hw: Change link address for Panda

Don't load image at beginning of RAM, this may cause u-boot to show
unpredictable behavior.
This commit is contained in:
Sebastian Sumpf 2014-02-25 10:37:05 +01:00 committed by Christian Helmuth
parent e90c77da89
commit 1295d5e062
1 changed files with 1 additions and 1 deletions

View File

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