summaryrefslogtreecommitdiff
path: root/libre/uboot-sunxi/mkscr
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-04-06 00:03:42 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-04-06 00:23:35 +0200
commit4a379f82580a32fe460be428762ccc6a2c9f01cd (patch)
treeeb7b558e78e11d38431e7e4a9dce9d3a3e24608b /libre/uboot-sunxi/mkscr
parent99b86c2b49bfb8adb453badc76d0ee9fbee31b58 (diff)
downloadabslibre-4a379f82580a32fe460be428762ccc6a2c9f01cd.tar.gz
abslibre-4a379f82580a32fe460be428762ccc6a2c9f01cd.tar.bz2
abslibre-4a379f82580a32fe460be428762ccc6a2c9f01cd.zip
libre: remove uboot-sunxi
The uboot-sunxi PKGBUILD is completely unmaintained and it has long been replaced by the uboo4extlinux-sunxi PKGBUILD. All the devices that were supported by uboot-sunxi are now supported by the uboo4extlinux-sunxi PKGBUILD. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/uboot-sunxi/mkscr')
-rwxr-xr-xlibre/uboot-sunxi/mkscr9
1 files changed, 0 insertions, 9 deletions
diff --git a/libre/uboot-sunxi/mkscr b/libre/uboot-sunxi/mkscr
deleted file mode 100755
index 272b6a7a5..000000000
--- a/libre/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