diff options
author | Tom Rini | 2023-02-17 09:58:06 -0500 |
---|---|---|
committer | Tom Rini | 2023-02-17 09:58:06 -0500 |
commit | fcb5117da8876fc5b2bf941528301218d1be7b1c (patch) | |
tree | 5f8229da0d0585f66a7cac857002889616a021cc /configs/omap3_logic_defconfig | |
parent | 0aa9470fdf8386c18ade43506d5541a515318b76 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/omap3_logic_defconfig')
-rw-r--r-- | configs/omap3_logic_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index 67db3afd7fc..a7e9b507d0e 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -7,6 +7,8 @@ CONFIG_SYS_MALLOC_F_LEN=0x3000 CONFIG_TI_COMMON_CMD_OPTIONS=y # CONFIG_SPL_GPIO is not set CONFIG_NR_DRAM_BANKS=2 +CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y +CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x4020ff00 CONFIG_DEFAULT_DEVICE_TREE="logicpd-torpedo-37xx-devkit" CONFIG_SPL_TEXT_BASE=0x40200000 CONFIG_TARGET_OMAP3_LOGIC=y @@ -15,8 +17,6 @@ CONFIG_SYS_PROMPT="OMAP Logic # " CONFIG_SPL=y CONFIG_LTO=y CONFIG_DISTRO_DEFAULTS=y -CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y -CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x4020ff00 CONFIG_SYS_MONITOR_LEN=262144 CONFIG_ANDROID_BOOT_IMAGE=y CONFIG_BOOTCOMMAND="run autoboot" |