From 939d855596f92e5bd6c0059b2377c918a8af6b96 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Fri, 20 Aug 2010 09:06:45 -0700 Subject: [PATCH] Overo: run from SRAM --- board/overo/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5