diff options
author | Tom Rini | 2021-05-25 11:58:50 -0400 |
---|---|---|
committer | Tom Rini | 2021-05-25 12:40:16 -0400 |
commit | f4b2786b80583c8b48245ac5f90fda47328f3a6c (patch) | |
tree | 0b39aa04aee15e28bcbeb39c14007dfd40bf50c9 /configs/imx6q_logic_defconfig | |
parent | aee18604e2e7d9ff10a59b54d4a8386e164e2161 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/imx6q_logic_defconfig')
-rw-r--r-- | configs/imx6q_logic_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx6q_logic_defconfig b/configs/imx6q_logic_defconfig index 0f8aea6983d..64c20b8523f 100644 --- a/configs/imx6q_logic_defconfig +++ b/configs/imx6q_logic_defconfig @@ -1,4 +1,3 @@ -CONFIG_LTO=y CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_SYS_TEXT_BASE=0x17800000 @@ -20,6 +19,7 @@ CONFIG_SPL=y CONFIG_SPL_FS_FAT=y CONFIG_SPL_PAYLOAD="u-boot.img" CONFIG_DEFAULT_DEVICE_TREE="imx6q-logicpd" +CONFIG_LTO=y CONFIG_DISTRO_DEFAULTS=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" CONFIG_BOOTDELAY=3 |