summaryrefslogtreecommitdiff
path: root/libre/uboot-sunxi-linux-libre/mkscr
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-26 17:38:06 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-26 17:39:20 -0300
commit969609c3df945079418d2e90a85df1a09f411f36 (patch)
treeea5bf8e55a86a58c6b3fe8978af38dd4aee44c5c /libre/uboot-sunxi-linux-libre/mkscr
parent3e1e7a769de7dc339fbf10f760ec90a2dea4f500 (diff)
uboot4extlinux-sunxi: add new package to [libre]
Diffstat (limited to 'libre/uboot-sunxi-linux-libre/mkscr')
-rwxr-xr-xlibre/uboot-sunxi-linux-libre/mkscr9
1 files changed, 0 insertions, 9 deletions
diff --git a/libre/uboot-sunxi-linux-libre/mkscr b/libre/uboot-sunxi-linux-libre/mkscr
deleted file mode 100755
index b79add361..000000000
--- a/libre/uboot-sunxi-linux-libre/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/uboot-sunxi-linux-libre/boot.txt /boot/uboot-sunxi-linux-libre/boot.scr