From de87b2e74230b080beb7e5e8d63d37199feb7d37 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Jun 14 2018 19:07:46 +0000 Subject: Fix Arndale pre-bootloader url. --- diff --git a/socs.d/exynos5 b/socs.d/exynos5 index 0ec5e33..586a01c 100644 --- a/socs.d/exynos5 +++ b/socs.d/exynos5 @@ -1,5 +1,5 @@ -# get wget http://tekkamanninja.fedorapeople.org/boards/arndale/u-boot/arndale-bl1.bin -curl -o /tmp/arndale-bl1.bin https://tekkamanninja.fedorapeople.org/boards/arndale/u-boot/arndale-bl1.bin +# get arndale pre-bootloader +curl -o /tmp/arndale-bl1.bin https://pwhalen.fedorapeople.org/arndale/arndale-bl1.bin cat $PREFIX/usr/share/uboot/$TARGET/u-boot.bin $PREFIX/usr/share/uboot/$TARGET/u-boot.dtb > /tmp/u-boot-dtb.bin