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/nokia_rx51_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/nokia_rx51_defconfig')
-rw-r--r-- | configs/nokia_rx51_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig index 802568aea71..3548aab0e16 100644 --- a/configs/nokia_rx51_defconfig +++ b/configs/nokia_rx51_defconfig @@ -1,4 +1,3 @@ -CONFIG_LTO=y CONFIG_ARM=y # CONFIG_SYS_THUMB_BUILD is not set CONFIG_ARCH_OMAP2PLUS=y @@ -6,6 +5,7 @@ CONFIG_SYS_TEXT_BASE=0x80008000 CONFIG_NR_DRAM_BANKS=2 CONFIG_TARGET_NOKIA_RX51=y CONFIG_OPTIMIZE_INLINING=y +CONFIG_LTO=y # CONFIG_SYS_MALLOC_F is not set # CONFIG_FIT is not set CONFIG_BOOTDELAY=30 |