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/draco-etamin_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/draco-etamin_defconfig')
| -rw-r--r-- | configs/draco-etamin_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/draco-etamin_defconfig b/configs/draco-etamin_defconfig index ba3f381f69f..78ee5c1eb66 100644 --- a/configs/draco-etamin_defconfig +++ b/configs/draco-etamin_defconfig @@ -5,8 +5,6 @@ CONFIG_SYS_MALLOC_LEN=0x1000000 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_ENV_OFFSET=0x980000 CONFIG_DEFAULT_DEVICE_TREE="am335x-draco" |
