From ea975dcb1c8d4b59b2082fae842f5929e1242353 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 4 Feb 2021 14:49:59 +0100 Subject: Revert "uboot4extlinux-sunxi: .install: make u-boot image path configurable" This commit was accidentally pushed to master instead of a branch. This reverts commit 1f2f68301569e4918d2d1da122ff241f93561ab8. --- libre/uboot4extlinux-sunxi/uboot4extlinux-sunxi.install | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libre/uboot4extlinux-sunxi') diff --git a/libre/uboot4extlinux-sunxi/uboot4extlinux-sunxi.install b/libre/uboot4extlinux-sunxi/uboot4extlinux-sunxi.install index 799856f1a..46f8304cd 100644 --- a/libre/uboot4extlinux-sunxi/uboot4extlinux-sunxi.install +++ b/libre/uboot4extlinux-sunxi/uboot4extlinux-sunxi.install @@ -1,7 +1,5 @@ -_image="/boot/u-boot/images/u-boot-sunxi-with-spl.bin" - flash_instructions() { - echo "# dd if=${_image} of=/dev/mmcblk0 bs=1024 seek=8" + echo "# dd if=/boot/u-boot/images/u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1024 seek=8" } extlinux_warning() { @@ -16,7 +14,7 @@ flash_uboot() { echo "Do you want to do this now? [y|N]" read -r shouldwe if [[ $shouldwe =~ ^([yY][eE][sS]|[yY])$ ]]; then - dd "if=${_image}" "of=${root}" bs=1024 seek=8 + dd if=/boot/u-boot/images/u-boot-sunxi-with-spl.bin of=$root bs=1024 seek=8 else echo "You can do this later by running:" flash_instructions -- cgit v1.2.3