Skip to content

Commit 270a941

Browse files
raajlokaAlif Zakuan Yuslaimi
authored andcommitted
arm: configs: Set the stack pointer address using CONFIG_CUSTOM_SYS_INIT_SP_ADDR
Mainline has migrated the CONFIG_SYS_INIT_SP_ADDR config to the Kconfig. However, this config was not added into the non legacy defconfig. Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
1 parent c1614bc commit 270a941

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

configs/socfpga_agilex_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ CONFIG_BOOTDELAY=5
2828
CONFIG_USE_BOOTARGS=y
2929
CONFIG_BOOTARGS="earlycon panic=-1"
3030
# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set
31+
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
32+
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x300000
3133
CONFIG_SPL_MAX_SIZE=0x40000
3234
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
3335
CONFIG_SPL_BSS_START_ADDR=0x3ff00000

configs/socfpga_n5x_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ CONFIG_BOOTDELAY=5
2626
CONFIG_USE_BOOTARGS=y
2727
CONFIG_BOOTARGS="earlycon panic=-1 earlyprintk=ttyS0,115200"
2828
# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set
29+
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
30+
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x300000
2931
CONFIG_SPL_MAX_SIZE=0x40000
3032
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
3133
CONFIG_SPL_BSS_START_ADDR=0x3ff00000

configs/socfpga_stratix10_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ CONFIG_QSPI_BOOT=y
2626
CONFIG_BOOTDELAY=5
2727
CONFIG_USE_BOOTARGS=y
2828
# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set
29+
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
30+
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x300000
2931
CONFIG_SPL_MAX_SIZE=0x40000
3032
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
3133
CONFIG_SPL_BSS_START_ADDR=0x3ff00000

0 commit comments

Comments
 (0)