Module Name: src
Committed By: martin
Date: Tue Nov 25 07:42:35 UTC 2014
Modified Files:
src/sys/arch/shark/conf: Makefile.shark.inc
Log Message:
Explicitly set LOADADDRESS, the linker script hack is overriden by
command line arguments now.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/shark/conf/Makefile.shark.inc
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/shark/conf/Makefile.shark.inc
diff -u src/sys/arch/shark/conf/Makefile.shark.inc:1.22 src/sys/arch/shark/conf/Makefile.shark.inc:1.23
--- src/sys/arch/shark/conf/Makefile.shark.inc:1.22 Sun Nov 16 12:02:55 2014
+++ src/sys/arch/shark/conf/Makefile.shark.inc Tue Nov 25 07:42:35 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.shark.inc,v 1.22 2014/11/16 12:02:55 uebayasi Exp $
+# $NetBSD: Makefile.shark.inc,v 1.23 2014/11/25 07:42:35 martin Exp $
CPPFLAGS+= -D${MACHINE}
COPTS+= -fno-unwind-tables
@@ -8,6 +8,7 @@ GENASSYM_EXTRAS+= ${THISARM}/shark/genas
# can load it.
LINKSCRIPT= -T ldscript
+LOADADDRESS= 0xF0000020
SYSTEM_LD_HEAD_EXTRA+=; \
( cat ${ARM}/conf/kern.ldscript.head ; \