On Sun, 27 Apr 2025 19:07:25 -0400, Ben Wolsieffer wrote: > Since 7506c15, HOST_ARCH is now used by the EFI loader even when > CONFIG_SANDBOX is disabled. When cross-compiling, the Makefile defines > HOST_ARCH based on the cross-compiler prefix, but this definition fails > to cover some common compiler prefixes. When cross-compiling U-Boot in > nixpkgs, we use CROSS_COMPILE=armv6l-unknown-linux-gnueabihf-, which > results in HOST_ARCH being undefined and causes a build failure. > > [...]
Applied to u-boot/master, thanks! [1/1] Add HOST_ARCH detection for armv5tel and armv6l commit: 03f5101ff50d1b449c65a4483c725b4ae0446c62 -- Tom