diff options
author | Tom Rini <trini@konsulko.com> | 2021-06-28 10:17:29 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-06-28 10:17:29 -0400 |
commit | 2bba78076b03e47967180776a8da74a018186480 (patch) | |
tree | 1c2feaf876e2839e8821af4e866548522bc15c50 /configs/omap35_logic_somlv_defconfig | |
parent | 4d8c21da4170e7c1d38c0106898e0d8347b4f0ff (diff) | |
download | u-boot-2bba78076b03e47967180776a8da74a018186480.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/omap35_logic_somlv_defconfig')
-rw-r--r-- | configs/omap35_logic_somlv_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/omap35_logic_somlv_defconfig b/configs/omap35_logic_somlv_defconfig index 64fe9da623..7f06249bd3 100644 --- a/configs/omap35_logic_somlv_defconfig +++ b/configs/omap35_logic_somlv_defconfig @@ -7,11 +7,11 @@ CONFIG_TI_COMMON_CMD_OPTIONS=y # CONFIG_SPL_GPIO_SUPPORT is not set CONFIG_SYS_MALLOC_F_LEN=0x4000 CONFIG_NR_DRAM_BANKS=2 +CONFIG_DEFAULT_DEVICE_TREE="logicpd-som-lv-35xx-devkit" CONFIG_SPL_TEXT_BASE=0x40200000 CONFIG_TARGET_OMAP3_LOGIC=y # CONFIG_SPL_OMAP3_ID_NAND is not set CONFIG_SPL=y -CONFIG_DEFAULT_DEVICE_TREE="logicpd-som-lv-35xx-devkit" CONFIG_DISTRO_DEFAULTS=y CONFIG_ANDROID_BOOT_IMAGE=y # CONFIG_USE_BOOTCOMMAND is not set |