mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 05:58:49 +00:00
bk4r1: Enable LTO
In order to allow for general platform growth due to fixes, enable LTO here to give us more room. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
2440719d25
commit
d30fbabade
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ CONFIG_TARGET_BK4R1=y
|
|||
CONFIG_SYS_LOAD_ADDR=0x82000000
|
||||
CONFIG_SYS_MEMTEST_START=0x80010000
|
||||
CONFIG_SYS_MEMTEST_END=0x87c00000
|
||||
CONFIG_LTO=y
|
||||
CONFIG_HAS_BOARD_SIZE_LIMIT=y
|
||||
CONFIG_BOARD_SIZE_LIMIT=520192
|
||||
CONFIG_FIT=y
|
||||
|
|
Loading…
Add table
Reference in a new issue