]> git.zerfleddert.de Git - m1-debian/commitdiff
fix build
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 9 Feb 2022 09:09:31 +0000 (10:09 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 9 Feb 2022 09:09:31 +0000 (10:09 +0100)
bootstrap.sh

index 632f74e569744fbb905ae5c721741cd218421030..daae69b89e57b181c67339a0f5296da3cbb79ec6 100644 (file)
@@ -23,7 +23,7 @@ build_uboot()
 {
 (
         # Build u-boot
-        test -d u-boot || git clone --depth 1 https://github.com/jannau/u-boot
+        test -d u-boot || git clone --depth 1 https://github.com/jannau/u-boot -b x2r10g10b10
         cd u-boot
         git fetch
         git reset --hard origin/x2r10g10b10; git clean -f -x -d
Impressum, Datenschutz