move KERNEL_BASE_PHYS from mk.smdk2xx0 to std.smdk2800, to share

mk.smdk2xx0 with SMDK2410.
This commit is contained in:
bsh 2003-07-31 20:25:28 +00:00
parent 76df5f270b
commit 3a51a1be48
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,8 @@
# $NetBSD: mk.smdk2xx0,v 1.1 2003/01/03 02:16:28 thorpej Exp $
# $NetBSD: mk.smdk2xx0,v 1.2 2003/07/31 20:25:28 bsh Exp $
SYSTEM_FIRST_OBJ= ${BOARDTYPE}_start.o
SYSTEM_FIRST_SFILE= ${THISARM}/smdk2xx0/${BOARDTYPE}_start.S
KERNEL_BASE_PHYS=0x08200000
KERNEL_BASE_VIRT=0xc0200000
SYSTEM_LD_TAIL_EXTRA+=; \

View File

@ -1,10 +1,10 @@
# $NetBSD: std.smdk2800,v 1.6 2003/05/22 05:52:19 thorpej Exp $
# $NetBSD: std.smdk2800,v 1.7 2003/07/31 20:25:28 bsh Exp $
#
# standard NetBSD/evbarm for IQ80310 options
# standard NetBSD/evbarm for SMDK2800 options
machine evbarm arm
# Config definitions for SMDK2800/24[10]0
# Config definitions for SMDK2800
include "arch/evbarm/conf/files.smdk2800"
options EXEC_ELF32
@ -18,5 +18,6 @@ options ARM32
makeoptions BOARDTYPE="smdk2800"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.smdk2xx0"
makeoptions KERNEL_BASE_PHYS=0x08200000
options ARM_INTR_IMPL="<arch/arm/s3c2xx0/s3c2800_intr.h>"