diff options
| author | Paul Kocialkowski <contact@paulk.fr> | 2024-07-28 22:24:51 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-08-06 18:32:45 -0600 |
| commit | b979fd5e300347a9ce4d8587571b674af80987de (patch) | |
| tree | 40e862c96258d75693b9fb83221bb8b03711781b /configs/sniper_defconfig | |
| parent | 2f92cf6b93e684c7410582f24cc77999b4c0814c (diff) | |
omap3: Define common init stack pointer address in Kconfig
The init stack pointer was defined to the same value in each OMAP3
board defconfig. Move the common definition to the Kconfig option
declaration instead.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Tom Rini <trini@konsulko.com>
Tested-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'configs/sniper_defconfig')
| -rw-r--r-- | configs/sniper_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/sniper_defconfig b/configs/sniper_defconfig index 72634db607b..35cfc28006c 100644 --- a/configs/sniper_defconfig +++ b/configs/sniper_defconfig @@ -5,8 +5,6 @@ CONFIG_TEXT_BASE=0x80100000 CONFIG_SYS_MALLOC_LEN=0x120000 CONFIG_SYS_MALLOC_F_LEN=0x400 CONFIG_NR_DRAM_BANKS=2 -CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y -CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x4020ff00 CONFIG_TARGET_SNIPER=y CONFIG_SPL_STACK=0x4020fffc CONFIG_SPL_BSS_START_ADDR=0x80000000 |
