diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2021-05-20 13:24:07 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-24 14:21:30 -0400 |
commit | 94bb891e8efdd2ffbce77e78faf8c1d707d43355 (patch) | |
tree | 06e29ace488ff17e09a3a993eabf49145a98c578 /arch/Kconfig | |
parent | d1f81fd01598071ca9f8263dff43ac8860532f2b (diff) | |
download | u-boot-94bb891e8efdd2ffbce77e78faf8c1d707d43355.tar.gz |
sandbox: make LTO available
Make LTO available for sandbox architecture.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 6c4b81a486..c5c03d438c 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -101,6 +101,7 @@ config RISCV config SANDBOX bool "Sandbox" + select ARCH_SUPPORTS_LTO select BOARD_LATE_INIT select BZIP2 select CMD_POWEROFF |