From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Sun, 6 Feb 2022 16:44:13 +0000 (+0100)
Subject: Merge branch 'master' of a.gmvl.de:/git/m1-debian
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/47298cbe3d33d8ff02f7e55dea84d1099ca06fbb?hp=c2a771a0174e5c8d9d30fdddc61348251408a450

Merge branch 'master' of a.gmvl.de:/git/m1-debian
---

diff --git a/bootstrap.sh b/bootstrap.sh
index c188a14..0d143eb 100644
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -31,6 +31,7 @@ build_uboot()
 )
 
         cat m1n1/build/m1n1.bin `find u-boot -name \*.dtb` u-boot/u-boot-nodtb.bin > u-boot.bin
+        cat m1n1/build/m1n1.macho `find u-boot -name \*.dtb` u-boot/u-boot-nodtb.bin > u-boot.macho
 }
 
 build_linux()
@@ -154,9 +155,9 @@ upload_artefacts()
 mkdir -p build
 cd build
 
-build_linux
 build_m1n1
 build_uboot
+build_linux
 build_rootfs
 build_live_stick
 build_di_stick