aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyungmin Park <kmpark@infradead.org>2008-08-29 09:02:20 +0900
committerWolfgang Denk <wd@denx.de>2008-09-07 00:03:12 +0200
commitc83f4c2d77f07174dcd6bef7e87a0f7017be7c33 (patch)
treea0e59839ee5443210520ffafb89a1b7e8536d85e
parenta6f2e455b774d0c5d56e44e5661df9adb69b6e07 (diff)
apollon: use the last memory area for u-boot
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
-rw-r--r--board/apollon/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/apollon/config.mk b/board/apollon/config.mk
index 417b954a7..2b464e787 100644
--- a/board/apollon/config.mk
+++ b/board/apollon/config.mk
@@ -13,7 +13,7 @@
# Linux-Kernel is expected to be at 8000'8000, entry 8000'8000
# (mem base + reserved)
# For use with external or internal boots.
-TEXT_BASE = 0x80e80000
+TEXT_BASE = 0x83e80000
# Used with full SRAM boot.
# This is either with a GP system or a signed boot image.