diff options
| author | Paul Kocialkowski <contact@paulk.fr> | 2024-07-28 22:24:58 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-08-06 18:32:45 -0600 |
| commit | 90312be17e75d1ca34b2340730afbf50c4384e73 (patch) | |
| tree | 32999e52a59b337cba415ac915ed5ccfcd37e457 /configs/omap35_logic_defconfig | |
| parent | 0844ed321981a9df4c9f6843455467012ddb01e8 (diff) | |
omap3: Define maximum SPL size in Kconfig instead of defconfigs
The maximum SPL size 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/omap35_logic_defconfig')
| -rw-r--r-- | configs/omap35_logic_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/omap35_logic_defconfig b/configs/omap35_logic_defconfig index 539cb15157e..dca2bc32dec 100644 --- a/configs/omap35_logic_defconfig +++ b/configs/omap35_logic_defconfig @@ -20,7 +20,6 @@ CONFIG_PREBOOT="setenv preboot;saveenv;" CONFIG_DEFAULT_FDT_FILE="logicpd-torpedo-35xx-devkit.dtb" CONFIG_SYS_PBSIZE=1054 CONFIG_SYS_CONSOLE_INFO_QUIET=y -CONFIG_SPL_MAX_SIZE=0xec00 CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_SYS_MALLOC=y CONFIG_SPL_SYS_MALLOC_SIZE=0x800000 |
