diff options
| author | Tom Rini <[email protected]> | 2024-08-06 18:33:08 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-08-06 18:33:08 -0600 |
| commit | 2383b8ef0e09473754bfca2d97a14cafc42e8072 (patch) | |
| tree | 21729e93da14ccd165bbde6c35cf0d5318033b6f /common | |
| parent | 6f4c31c2b658358628b5b0fa801f55c7477c7585 (diff) | |
| parent | e902ac8d3bd7609eaf73d59ea44b2c5d80fcb891 (diff) | |
Merge patch series "omap configuration cleanups"
Paul Kocialkowski <[email protected]> says:
Here is a bunch of configuration cleanups for OMAP boards, mostly
unifying and moving common configuration from board-specific defconfigs
to Kconfig definitions.
There's also a cleanup of the sniper (LG Optimus Black) defconfig,
prior to migrating it to DM/DT in a future follow-up series.
Diffstat (limited to 'common')
| -rw-r--r-- | common/spl/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 6f56ca911c1..3fd113d776b 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -78,6 +78,7 @@ config SPL_MAX_SIZE hex "Maximum size of the SPL image, excluding BSS" default 0x30000 if ARCH_MX6 && MX6_OCRAM_256KB default 0x1b000 if AM33XX && !TI_SECURE_DEVICE + default 0xec00 if OMAP34XX default 0x10000 if ARCH_MX6 && !MX6_OCRAM_256KB default 0x7fa0 if SUNXI_SRAM_ADDRESS = 0x10000 default 0x7fa0 if SUNXI_SRAM_ADDRESS = 0x20000 && !MACH_SUN50I_H616 @@ -261,6 +262,7 @@ config SPL_LDSCRIPT config SPL_TEXT_BASE hex "SPL Text Base" + default 0x40200000 if OMAP34XX default 0x402F4000 if AM43XX default 0x402F0400 if AM33XX default 0x40301350 if OMAP54XX |
