diff options
author | Tom Rini <trini@ti.com> | 2013-01-09 08:13:22 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-01-09 08:13:22 -0700 |
commit | 642ef40bdc95bef829ae3aadc217f829c4c298c4 (patch) | |
tree | 57d6d5170b904176a2a7018e08a615b8725c8874 /include/configs | |
parent | 449485948e6de1869ec39c1559b7b78d85690ea7 (diff) | |
parent | 61bdb9133593f0f881a57232039296f64bd662ed (diff) | |
download | u-boot-imx-642ef40bdc95bef829ae3aadc217f829c4c298c4.zip u-boot-imx-642ef40bdc95bef829ae3aadc217f829c4c298c4.tar.gz u-boot-imx-642ef40bdc95bef829ae3aadc217f829c4c298c4.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/socfpga_cyclone5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h index 42077bd..5633d2a 100644 --- a/include/configs/socfpga_cyclone5.h +++ b/include/configs/socfpga_cyclone5.h @@ -65,7 +65,7 @@ #define CONFIG_SYS_BOOTMAPSZ ((256*1024*1024) - (4*1024)) #define CONFIG_SPL_RAM_DEVICE -#define CONFIG_SPL_STACK (&__stack_start) +#define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR #define CONFIG_SYS_SPL_MALLOC_START ((unsigned long) (&__malloc_start)) #define CONFIG_SYS_SPL_MALLOC_SIZE (&__malloc_end - &__malloc_start) |