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 missing KERNEL_BASE_EXT.



details:   https://anonhg.NetBSD.org/src/rev/60b6adc8e3b8
branches:  trunk
changeset: 770036:60b6adc8e3b8
user:      chs <chs%NetBSD.org@localhost>
date:      Sat Oct 01 16:02:21 2011 +0000

description:
add missing KERNEL_BASE_EXT.

diffstat:

 sys/arch/evbarm/conf/std.iq80310 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c36b7104dbdb -r 60b6adc8e3b8 sys/arch/evbarm/conf/std.iq80310
--- a/sys/arch/evbarm/conf/std.iq80310  Sat Oct 01 15:59:00 2011 +0000
+++ b/sys/arch/evbarm/conf/std.iq80310  Sat Oct 01 16:02:21 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.iq80310,v 1.20 2008/01/27 12:37:11 chris Exp $
+#      $NetBSD: std.iq80310,v 1.21 2011/10/01 16:02:21 chs Exp $
 #
 # standard NetBSD/evbarm for IQ80310 options
 
@@ -16,6 +16,7 @@
 # To support easy transit to ../arch/arm/arm32
 options        ARM32
 
+options        KERNEL_BASE_EXT=0xc0000000
 makeoptions    BOARDTYPE="iq80310"
 makeoptions    BOARDMKFRAG="${THISARM}/conf/mk.iq80310"
 



Home | Main Index | Thread Index | Old Index