projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2440719
)
bk4r1: Enable LTO
author
Tom Rini
<trini@konsulko.com>
Wed, 3 May 2023 22:29:58 +0000
(18:29 -0400)
committer
Tom Rini
<trini@konsulko.com>
Wed, 3 May 2023 22:30:46 +0000
(18:30 -0400)
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>
configs/bk4r1_defconfig
patch
|
blob
|
history
diff --git
a/configs/bk4r1_defconfig
b/configs/bk4r1_defconfig
index 66adeac725cef574cdac3100d6ef09aa36c32b0a..95f0c30cde63330d1b52a1c2ffd18bf63d6c4e12 100644
(file)
--- a/
configs/bk4r1_defconfig
+++ b/
configs/bk4r1_defconfig
@@
-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