diff options
| author | Paul Kocialkowski <[email protected]> | 2024-07-28 22:24:53 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-08-06 18:32:45 -0600 |
| commit | 7cf8ded76ca25922e2f84f78058596db8408d89e (patch) | |
| tree | b571443e165355e0fa77ae0783b76f97e6494aab /configs/pxm2_defconfig | |
| parent | 5b98b0e9048125a63144329fa87661309f801255 (diff) | |
am33xx: Define common init stack pointer address in Kconfig
The init stack pointer was defined to the same value in each AM33xx
board defconfig. Move the common definition to the Kconfig option
declaration instead.
Signed-off-by: Paul Kocialkowski <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Tested-by: Derald D. Woods <[email protected]>
Diffstat (limited to 'configs/pxm2_defconfig')
| -rw-r--r-- | configs/pxm2_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/pxm2_defconfig b/configs/pxm2_defconfig index c2f869391d7..30946b8f6b4 100644 --- a/configs/pxm2_defconfig +++ b/configs/pxm2_defconfig @@ -6,8 +6,6 @@ CONFIG_SPL_GPIO=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_NR_DRAM_BANKS=1 -CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y -CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x4030ff00 CONFIG_ENV_SIZE=0x2000 CONFIG_SPL_DM_SPI=y CONFIG_DEFAULT_DEVICE_TREE="am335x-pxm50" |
