Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Add defparam MVSOC_FIXUP_DEVID to opt_m...



details:   https://anonhg.NetBSD.org/src/rev/0d59d9319933
branches:  trunk
changeset: 790376:0d59d9319933
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat Oct 05 02:43:16 2013 +0000

description:
Add defparam MVSOC_FIXUP_DEVID to opt_mvsoc.h.

diffstat:

 sys/arch/evbarm/conf/files.marvell |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 2426fc6b2386 -r 0d59d9319933 sys/arch/evbarm/conf/files.marvell
--- a/sys/arch/evbarm/conf/files.marvell        Sat Oct 05 02:39:06 2013 +0000
+++ b/sys/arch/evbarm/conf/files.marvell        Sat Oct 05 02:43:16 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.marvell,v 1.2 2012/09/01 00:20:49 matt Exp $
+#      $NetBSD: files.marvell,v 1.3 2013/10/05 02:43:16 kiyohara Exp $
 #
 # Marvell Orion, Discovery Innovation and Kirkwood NASs configuration info
 #
@@ -11,3 +11,6 @@
 
 # CPU support and integrated peripherals
 include        "arch/arm/marvell/files.marvell"
+
+# Some SoC(ARMADAXP) reports false DeviceID. 
+defparam opt_mvsoc.h                           MVSOC_FIXUP_DEVID



Home | Main Index | Thread Index | Old Index