summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-04-04 14:36:43 -0400
committerTom Rini <[email protected]>2023-04-04 14:36:43 -0400
commit698c2bd364ce4122a0d0db82b5a8d842186b2fa4 (patch)
tree3e6bccfc2033f154209afc4b888897ffa301f7d2 /configs
parent0916377b837a7a964587564c4560e4534aec72cb (diff)
parentd7e0678c7627e68ea3810ddc6ac3df209670a6cf (diff)
Merge branch '2023-04-04-update-to-clang-16'
- Update our CI to use clang-16 for tests. This also changes slightly how we do linker lists so that we don't rely on undefined behavior that lead to clang-15 and later failing to work (and in some cases seemingly, earlier versions of clang would sometimes fail).
Diffstat (limited to 'configs')
-rw-r--r--configs/smartweb_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/smartweb_defconfig b/configs/smartweb_defconfig
index 4cbdab0b37d..836e0c002de 100644
--- a/configs/smartweb_defconfig
+++ b/configs/smartweb_defconfig
@@ -24,6 +24,7 @@ CONFIG_SPL_SYS_MALLOC_F_LEN=0x400
CONFIG_SPL=y
CONFIG_ENV_OFFSET_REDUND=0x180000
CONFIG_SYS_LOAD_ADDR=0x22000000
+CONFIG_LTO=y
CONFIG_FIT=y
CONFIG_NAND_BOOT=y
CONFIG_BOOTDELAY=3