Module Name: src
Committed By: kiyohara
Date: Tue Oct 4 16:18:38 UTC 2016
Modified Files:
src/sys/arch/evbarm/conf: mk.gumstix
Log Message:
Add KERNEL_BASE_PHYS for duovero and pepper.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/mk.gumstix
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/mk.gumstix
diff -u src/sys/arch/evbarm/conf/mk.gumstix:1.5 src/sys/arch/evbarm/conf/mk.gumstix:1.6
--- src/sys/arch/evbarm/conf/mk.gumstix:1.5 Tue Apr 19 12:02:55 2016
+++ src/sys/arch/evbarm/conf/mk.gumstix Tue Oct 4 16:18:38 2016
@@ -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 @@ _OSRELEASE!= ${HOST_SH} $S/co
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)