]> git.ipfire.org Git - thirdparty/openwrt.git/commit
uboot-at91: fix build failure with GCC 14.4 24058/head
authorShiji Yang <yangshiji66@outlook.com>
Fri, 3 Jul 2026 14:56:39 +0000 (22:56 +0800)
committerRobert Marko <robimarko@gmail.com>
Fri, 3 Jul 2026 20:14:17 +0000 (22:14 +0200)
commit97d6719ca75cf7e9ecd1d40e7b95f47531e8074f
tree10cfcc5d75a45b9dae03a8ac732c1254540982a1
parent62e7565f0e1e88e5fc8d038f09cb38ffd583bbed
uboot-at91: fix build failure with GCC 14.4

It seems that GCC 14.4 will generate larger binary compared to the
GCC 14.3 on ARM32 platforms. We have to increase the maximum allowed
SPL size to fix build errors.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/24058
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/boot/uboot-at91/patches/002-increase-max-SPL-size.patch [new file with mode: 0644]