From d45f815d51db77a592cd0e3f07440877a5c4f9ee Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Mon, 2 Apr 2012 17:15:53 +0200 Subject: merge/overwrite of soures without commit log --- x-loader/board/overo/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x-loader/board/overo/config.mk') diff --git a/x-loader/board/overo/config.mk b/x-loader/board/overo/config.mk index 28e354f..7ee3014 100644 --- a/x-loader/board/overo/config.mk +++ b/x-loader/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 -- cgit v1.1