Skip to content

Commit

Permalink
board: tbs2910: Enable Link Time Optimizations in defconfig
Browse files Browse the repository at this point in the history
This saves about 12 kBytes image size and helps to stay within the
size limit.

Suggested-by: Tom Rini <[email protected]>
Signed-off-by: Soeren Moch <[email protected]>
  • Loading branch information
s-moch authored and trini committed Mar 14, 2022
1 parent a95f05a commit 3ec38c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/tbs2910_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CONFIG_DEFAULT_DEVICE_TREE="imx6q-tbs2910"
CONFIG_PRE_CON_BUF_ADDR=0x7c000000
CONFIG_CMD_HDMIDETECT=y
CONFIG_AHCI=y
CONFIG_LTO=y
CONFIG_SUPPORT_RAW_INITRD=y
CONFIG_BOOTDELAY=3
CONFIG_USE_BOOTCOMMAND=y
Expand Down

0 comments on commit 3ec38c9

Please sign in to comment.