From: Steve Sakoman Date: Fri, 20 Aug 2010 16:06:45 +0000 (-0700) Subject: Overo: run from SRAM X-Git-Tag: v1.5.0~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=939d855596f92e5bd6c0059b2377c918a8af6b96;p=pandora-x-loader.git Overo: run from SRAM --- diff --git a/board/overo/config.mk b/board/overo/config.mk index 28e354f..7ee3014 100644 --- a/board/overo/config.mk +++ b/board/overo/config.mk @@ -10,11 +10,11 @@ # 8000'0000 (bank0) # For use if you want X-Loader to relocate from SRAM to DDR -TEXT_BASE = 0x80e80000 +#TEXT_BASE = 0x80e80000 # For XIP in 64K of SRAM or debug (GP device has it all availabe) # SRAM 40200000-4020FFFF base # initial stack at 0x4020fffc used in s_init (below xloader). # The run time stack is (above xloader, 2k below) # If any globals exist there needs to be room for them also -#TEXT_BASE = 0x40200800 +TEXT_BASE = 0x40200800