rpi: Change link address to support larger images

This commit is contained in:
Norman Feske 2013-09-15 17:45:35 +02:00
parent 93c7e852e9
commit 62019be6d3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
SPECS += hw platform_rpi
# set address where to link the text segment at
LD_TEXT_ADDR ?= 0x400000
LD_TEXT_ADDR ?= 0x800000
# include implied specs
include $(call select_from_repositories,mk/spec-hw.mk)