Module Name:    src
Committed By:   skrll
Date:           Tue Nov 25 12:02:20 UTC 2014

Modified Files:
        src/sys/arch/cats/conf: Makefile.cats.inc

Log Message:
Explicitly set LOADADDRESS, the linker script hack is overriden by
command line arguments now.

Hi uebs!


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/cats/conf/Makefile.cats.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/cats/conf/Makefile.cats.inc
diff -u src/sys/arch/cats/conf/Makefile.cats.inc:1.30 src/sys/arch/cats/conf/Makefile.cats.inc:1.31
--- src/sys/arch/cats/conf/Makefile.cats.inc:1.30	Sun Nov 16 12:02:55 2014
+++ src/sys/arch/cats/conf/Makefile.cats.inc	Tue Nov 25 12:02:20 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.cats.inc,v 1.30 2014/11/16 12:02:55 uebayasi Exp $
+#	$NetBSD: Makefile.cats.inc,v 1.31 2014/11/25 12:02:20 skrll Exp $
 
 MACHINE_ARCH?=	arm
 CPPFLAGS+=	-D${MACHINE}
@@ -14,6 +14,7 @@ LINKSCRIPT=	-T ${THISARM}/conf/ldscript.
 CFLAGS+=	-fno-unwind-tables
 
 LINKSCRIPT=	-T ldscript
+LOADADDRESS=	0xF0000020
 
 SYSTEM_LD_HEAD_EXTRA+=; \
 	( cat ${ARM}/conf/kern.ldscript.head ; \

Reply via email to