diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-25 11:58:50 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-25 12:40:16 -0400 |
commit | f4b2786b80583c8b48245ac5f90fda47328f3a6c (patch) | |
tree | 0b39aa04aee15e28bcbeb39c14007dfd40bf50c9 /configs/omap3_logic_defconfig | |
parent | aee18604e2e7d9ff10a59b54d4a8386e164e2161 (diff) | |
download | u-boot-f4b2786b80583c8b48245ac5f90fda47328f3a6c.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/omap3_logic_defconfig')
-rw-r--r-- | configs/omap3_logic_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index 7b17b28e6d..84f989de6b 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -1,4 +1,3 @@ -CONFIG_LTO=y CONFIG_ARM=y # CONFIG_SPL_USE_ARCH_MEMCPY is not set # CONFIG_SPL_USE_ARCH_MEMSET is not set @@ -13,6 +12,7 @@ CONFIG_TARGET_OMAP3_LOGIC=y # CONFIG_SPL_OMAP3_ID_NAND is not set CONFIG_SPL=y CONFIG_DEFAULT_DEVICE_TREE="logicpd-torpedo-37xx-devkit" +CONFIG_LTO=y CONFIG_DISTRO_DEFAULTS=y CONFIG_ANDROID_BOOT_IMAGE=y # CONFIG_USE_BOOTCOMMAND is not set |