summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/alpha/Makefile.inc')
-rw-r--r--sys/boot/alpha/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/alpha/Makefile.inc b/sys/boot/alpha/Makefile.inc
index 163d7b7..cd9f18a 100644
--- a/sys/boot/alpha/Makefile.inc
+++ b/sys/boot/alpha/Makefile.inc
@@ -1,7 +1,7 @@
# $FreeBSD$
# Options used when building app-specific libalpha components
PRIMARY_LOAD_ADDRESS= 0x20000000 # "Region 1 start"
-SECONDARY_LOAD_ADDRESS= 0x2000a000 # "Region 1 start" + 40k
+SECONDARY_LOAD_ADDRESS= 0x2000c000 # "Region 1 start" + 48k
HEAP_LIMIT= 0x20040000 # "Region 1 start" + 256k
DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a
LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand
OpenPOWER on IntegriCloud