From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyungmin Park Date: Fri, 29 Aug 2008 09:02:20 +0900 Subject: [U-Boot] [PATCH] Use the last memory area for u-boot at apollon Message-ID: <20080829000220.GA5491@july> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Use the last memory area for u-boot at apollon Signed-off-by: Kyungmin Park --- diff --git a/board/apollon/config.mk b/board/apollon/config.mk index 417b954..2b464e7 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.