diff options
| author | Paul Kocialkowski <contact@paulk.fr> | 2024-07-28 22:24:59 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-08-06 18:32:45 -0600 |
| commit | 5e0620f0caf1a8b445584b1b37c986703b9a9b7a (patch) | |
| tree | a1856e7624a8a7d60bf0d8e0eac3e87e63fa30d8 /configs/omap35_logic_defconfig | |
| parent | 90312be17e75d1ca34b2340730afbf50c4384e73 (diff) | |
omap3: Define DRAM banks number in Kconfig instead of defconfigs
The number of DRAM banks was defined to the same value in each OMAP3
board defconfig, which is expected and hardcoded in the code. 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 dca2bc32dec..843b61dec4a 100644 --- a/configs/omap35_logic_defconfig +++ b/configs/omap35_logic_defconfig @@ -6,7 +6,6 @@ CONFIG_TEXT_BASE=0x80100000 CONFIG_SYS_MALLOC_F_LEN=0x3000 CONFIG_TI_COMMON_CMD_OPTIONS=y # CONFIG_SPL_GPIO is not set -CONFIG_NR_DRAM_BANKS=2 CONFIG_DEFAULT_DEVICE_TREE="ti/omap/logicpd-torpedo-35xx-devkit" CONFIG_TARGET_OMAP3_LOGIC=y # CONFIG_SPL_OMAP3_ID_NAND is not set |
