On Sun, 31 Mar 2019, Martin Husemann wrote:
On Sat, Mar 30, 2019 at 01:02:16PM +0000, Jared D. McNeill wrote:Module Name: src Committed By: jmcneill Date: Sat Mar 30 13:02:16 UTC 2019 Modified Files: src/sys/arch/evbarm/stand: Makefile Log Message: Don't even bother trying to get this to work on BE targets.Can't we build the LE version always instead? All BE targets that could boot via EFI (AFAICT) will be BE8, so the LE bootloader should handle the kernels just fine. Martin