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 KERNEL_BASE_PHYS for duovero and pe...



details:   https://anonhg.NetBSD.org/src/rev/449af0386c27
branches:  trunk
changeset: 348117:449af0386c27
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Tue Oct 04 16:18:38 2016 +0000

description:
Add KERNEL_BASE_PHYS for duovero and pepper.

diffstat:

 sys/arch/evbarm/conf/mk.gumstix |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r f6229fbeef65 -r 449af0386c27 sys/arch/evbarm/conf/mk.gumstix
--- a/sys/arch/evbarm/conf/mk.gumstix   Tue Oct 04 16:17:37 2016 +0000
+++ b/sys/arch/evbarm/conf/mk.gumstix   Tue Oct 04 16:18:38 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mk.gumstix,v 1.5 2016/04/19 12:02:55 kiyohara Exp $
+#      $NetBSD: mk.gumstix,v 1.6 2016/10/04 16:18:38 kiyohara Exp $
 
 SYSTEM_FIRST_OBJ=      gumstix_start.o
 SYSTEM_FIRST_SFILE=    ${THISARM}/gumstix/gumstix_start.S
@@ -9,6 +9,10 @@
 KERNEL_BASE_PHYS=0xa0200000
 .elif ${BOARDTYPE} == "overo"
 KERNEL_BASE_PHYS=$(LOADADDRESS)
+.elif ${BOARDTYPE} == "duovero"
+KERNEL_BASE_PHYS=$(LOADADDRESS)
+.elif ${BOARDTYPE} == "pepper"
+KERNEL_BASE_PHYS=$(LOADADDRESS)
 .endif
 KERNEL_BASE_VIRT=$(LOADADDRESS)
 



Home | Main Index | Thread Index | Old Index