
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 | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/bk4r1_defconfig b/configs/bk4r1_defconfig index 66adeac725ce..95f0c30cde63 100644 --- 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

On Wed, May 03, 2023 at 06:30:34PM -0400, Tom Rini wrote:
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
Applied to u-boot/master, thanks!
participants (1)
-
Tom Rini