X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/416882515c36cb355e8d2abbfcc8d7ebcc0776a8..9eeb02dd580466c7ef171202192f1f0cc2beccd0:/bootstrap.sh?ds=sidebyside diff --git a/bootstrap.sh b/bootstrap.sh index 3152afc..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()