i.MX53: fit into u-boot's memory layout on tablet

Fixes #917
This commit is contained in:
Stefan Kalkowski 2013-10-14 12:53:26 +02:00 committed by Christian Helmuth
parent 3fc962b539
commit c95f11418a
1 changed files with 1 additions and 1 deletions

View File

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