The build fails due to to exceeding a size limit: | u-boot-nodtb.bin exceeds file size limit: | limit: 0xb8000 bytes | actual: 0xb8560 bytes | excess: 0x560 bytes
Eh? I guess. :thumbsup:
Is there a bug report about this?
it affects only fedora 41 and epel 10. fedora 42, 43 and rawhide are fine: https://copr.fedorainfracloud.org/coprs/g/asahi/u-boot/build/9462165/ I suspect the compiler (gcc-14?) is producing larger binaries there.
Not sure where to report a bug. Fedora's uboot-tools has moved on to 2025.10-rc2 and Fedora 41 is still on 2024.10 and Fedora 42 on 2025.04.
I don't expect anyone will notice the missing u-boot image for the Tegra Jetson nano developer kit in FAR's uboot-images-armv8 (on Fedora 41).
If it's a compiler bug, then filing it against gcc in F41 is probably the right way to go.
I wouldn't call it a compiler bug. The board has a strict size limit for u-boot and with gcc from F42 it exceeds that size. If anything we could report to last week's upstream submission that gcc from F41 still exceeds the size limit.
does not happen in upstream u-boot with the linked patch. Almost 40kB under size limit on F41. so it's the additional patches in in Fedora's package driving it over the size limit. I don't care beyond this.
Pull-Request has been merged by jannau
The build fails due to to exceeding a size limit:
| u-boot-nodtb.bin exceeds file size limit:
| limit: 0xb8000 bytes
| actual: 0xb8560 bytes
| excess: 0x560 bytes