diff options
Diffstat (limited to 'uboot-sunxi/mkscr')
-rwxr-xr-x | uboot-sunxi/mkscr | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/uboot-sunxi/mkscr b/uboot-sunxi/mkscr deleted file mode 100755 index 272b6a7a5..000000000 --- a/uboot-sunxi/mkscr +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -if [[ ! -x /usr/bin/mkimage ]]; then - echo "mkimage not found. Please install uboot-tools:" - echo " pacman -S uboot-tools" - exit 1 -fi - -mkimage -A arm -O linux -T script -C none -n "U-Boot boot script" -d boot.txt boot.scr |