From: Kyungmin Park <kmpark@infradead.org>
Date: Fri, 29 Aug 2008 00:02:20 +0000 (+0900)
Subject: apollon: use the last memory area for u-boot
X-Git-Tag: v2025.01-rc5-pxa1908~21867
X-Git-Url: http://git.dujemihanovic.xyz/%22bddb.css/static/gitweb.css?a=commitdiff_plain;h=c83f4c2d77f07174dcd6bef7e87a0f7017be7c33;p=u-boot.git

apollon: use the last memory area for u-boot

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---

diff --git a/board/apollon/config.mk b/board/apollon/config.mk
index 417b954a7f..2b464e7871 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.