Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/marvell Remove undefined CPU ID. Thanks skr...
details: https://anonhg.NetBSD.org/src/rev/36e19f8bf531
branches: trunk
changeset: 790289:36e19f8bf531
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Wed Oct 02 12:41:06 2013 +0000
description:
Remove undefined CPU ID. Thanks skrll@.
diffstat:
sys/arch/evbarm/marvell/marvell_start.S | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 03611f43a710 -r 36e19f8bf531 sys/arch/evbarm/marvell/marvell_start.S
--- a/sys/arch/evbarm/marvell/marvell_start.S Wed Oct 02 11:36:27 2013 +0000
+++ b/sys/arch/evbarm/marvell/marvell_start.S Wed Oct 02 12:41:06 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: marvell_start.S,v 1.3 2013/09/30 12:54:59 kiyohara Exp $ */
+/* $NetBSD: marvell_start.S,v 1.4 2013/10/02 12:41:06 kiyohara Exp $ */
/*
* Copyright (C) 2005, 2006 WIDE Project and SOUM Corporation.
* All rights reserved.
@@ -65,7 +65,7 @@
#include <arm/armreg.h>
#include "assym.h"
-RCSID("$NetBSD: marvell_start.S,v 1.3 2013/09/30 12:54:59 kiyohara Exp $")
+RCSID("$NetBSD: marvell_start.S,v 1.4 2013/10/02 12:41:06 kiyohara Exp $")
#ifndef SDRAM_START
#define SDRAM_START 0x00000000
@@ -229,7 +229,6 @@
cores_start:
.word CPU_ID_MV88SV131, SHEEVA
.word CPU_ID_MV88FR571_VD, SHEEVA /* Is it Sheeva? */
- .word CPU_ID_MVOLD, SHEEVA /* Is it Sheeva? */
.word CPU_ID_MV88SV581X_V6, PJ4B
.word CPU_ID_MV88SV581X_V7, PJ4B
.word CPU_ID_MV88SV584X_V7, PJ4B
Home |
Main Index |
Thread Index |
Old Index