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@xxxxxxxxxxxxxx> --- arch/arm/configs/omap3530_beagle_xload_defconfig | 4 ++-- 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 1069670..d951b1c 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>" -- 1.7.8.3 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox