summaryrefslogtreecommitdiff
path: root/libre/uboot-usbarmory/mkscr
diff options
context:
space:
mode:
Diffstat (limited to 'libre/uboot-usbarmory/mkscr')
-rwxr-xr-xlibre/uboot-usbarmory/mkscr9
1 files changed, 0 insertions, 9 deletions
diff --git a/libre/uboot-usbarmory/mkscr b/libre/uboot-usbarmory/mkscr
deleted file mode 100755
index 272b6a7a5..000000000
--- a/libre/uboot-usbarmory/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