diff options
| author | Paul Kocialkowski <contact@paulk.fr> | 2024-07-28 22:24:53 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-08-06 18:32:45 -0600 |
| commit | 7cf8ded76ca25922e2f84f78058596db8408d89e (patch) | |
| tree | b571443e165355e0fa77ae0783b76f97e6494aab /configs/am335x_pdu001_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 <contact@paulk.fr>
Reviewed-by: Tom Rini <trini@konsulko.com>
Tested-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'configs/am335x_pdu001_defconfig')
| -rw-r--r-- | configs/am335x_pdu001_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/am335x_pdu001_defconfig b/configs/am335x_pdu001_defconfig index febe5ebaabb..f6b7d9c88eb 100644 --- a/configs/am335x_pdu001_defconfig +++ b/configs/am335x_pdu001_defconfig @@ -4,8 +4,6 @@ CONFIG_ARCH_OMAP2PLUS=y CONFIG_SYS_MALLOC_F_LEN=0x1200 CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y -CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y -CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x4030ff00 CONFIG_ENV_SIZE=0x4000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="am335x-pdu001" |
