summaryrefslogtreecommitdiff
path: root/board/LaCie
diff options
context:
space:
mode:
authorAlbert Aribaud <albert.aribaud@free.fr>2010-10-11 11:13:29 (GMT)
committerWolfgang Denk <wd@denx.de>2010-10-13 08:10:22 (GMT)
commit0693923cd240f5d401be0a53cddcf0fb1d9ad9d3 (patch)
treeab0b205b91de6ea3775e2d52ef9cef1f87efd187 /board/LaCie
parent92d5ecba47feb9961c3b7525e947866c5f0d2de5 (diff)
downloadu-boot-fsl-qoriq-0693923cd240f5d401be0a53cddcf0fb1d9ad9d3.tar.xz
edminiv2: add support for ELF relocations
Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
Diffstat (limited to 'board/LaCie')
-rw-r--r--board/LaCie/edminiv2/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/LaCie/edminiv2/config.mk b/board/LaCie/edminiv2/config.mk
index 3dec1aa..bf3581de 100644
--- a/board/LaCie/edminiv2/config.mk
+++ b/board/LaCie/edminiv2/config.mk
@@ -23,5 +23,5 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301 USA
#
-
-TEXT_BASE = 0x00100000
+# TEXT_BASE must equal the intended FLASH location of u-boot.
+TEXT_BASE = 0xfff90000