summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-22 20:31:57 +0300
committerTom Rini <trini@konsulko.com>2022-12-06 23:30:30 +0300
commit6caf6f5c83db773c068a5ad1042290c0a5f5bcc8 (patch)
treee3cd4d3ae28032dbe5074b7125e498d16a336bc3 /configs
parentfc2240046c82d652a75cf96782502eebd16b628b (diff)
downloadu-boot-6caf6f5c83db773c068a5ad1042290c0a5f5bcc8.tar.xz
pogo_v4: Disable LTO
With gcc-12.2 we now get: lib/zlib/inflate.c:360: undefined reference to `__gnu_thumb1_case_si' when building this platform. This seems like some odd problem with LTO and Thumb, but since the platform continues to link, I assume it's within size constraints, so lets just disable LTO for now. Cc: Tony Dinh <mibodhi@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/pogo_v4_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/pogo_v4_defconfig b/configs/pogo_v4_defconfig
index 018c2f5033..57ec6f1fb6 100644
--- a/configs/pogo_v4_defconfig
+++ b/configs/pogo_v4_defconfig
@@ -17,7 +17,6 @@ CONFIG_DEFAULT_DEVICE_TREE="kirkwood-pogoplug-series-4"
CONFIG_SYS_PROMPT="Pogo_V4> "
CONFIG_IDENT_STRING="\nPogoplug V4"
CONFIG_SYS_LOAD_ADDR=0x800000
-CONFIG_LTO=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xc8012000