summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-01-15 20:39:32 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-01-17 18:50:25 +0100
commitaf24f306bf5c4846cfb65ebbff3ac5bff26b0b05 (patch)
tree9a06540453ebac2ea63f001c86e432b735b44bd8 /arch
parent4f5ba4e3bb81126e2bcce587446173c5197daf93 (diff)
downloadbarebox-af24f306bf5c4846cfb65ebbff3ac5bff26b0b05.tar.gz
barebox-af24f306bf5c4846cfb65ebbff3ac5bff26b0b05.tar.xz
ARM omap3 beagle xload: Move stack to SRAM
Setting up the clocks does not work when the stack is in SDRAM. Moving the stack to SRAM allows us to do the lowlevel clock setup later. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Tested-by: Sanjeev Premi <premi@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/omap3530_beagle_xload_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/omap3530_beagle_xload_defconfig b/arch/arm/configs/omap3530_beagle_xload_defconfig
index 106967077c..d951b1c98b 100644
--- a/arch/arm/configs/omap3530_beagle_xload_defconfig
+++ b/arch/arm/configs/omap3530_beagle_xload_defconfig
@@ -1,5 +1,4 @@
CONFIG_ARCH_OMAP=y
-# CONFIG_OMAP3_COPY_CLOCK_SRAM is not set
CONFIG_OMAP_BUILD_IFT=y
CONFIG_MACH_BEAGLE=y
CONFIG_AEABI=y
@@ -7,7 +6,8 @@ CONFIG_AEABI=y
# CONFIG_ARM_EXCEPTIONS is not set
CONFIG_TEXT_BASE=0x40200000
CONFIG_MEMORY_LAYOUT_FIXED=y
-CONFIG_STACK_BASE=0x87BF7F10
+CONFIG_STACK_BASE=0x4020F000
+CONFIG_STACK_SIZE=0xc00
CONFIG_MALLOC_BASE=0x87BFFF10
CONFIG_MALLOC_DUMMY=y
CONFIG_PROMPT="X-load Beagle>"