summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-vexpress-defaultenv/init
diff options
context:
space:
mode:
authorRouven Czerwinski <rouven@czerwinskis.de>2018-11-29 14:49:05 +0100
committerRouven Czerwinski <r.czerwinski@pengutronix.de>2018-12-07 15:52:29 +0100
commit41b92c8acd54e3d408cd196e4ab1b3dfcd9b9c1d (patch)
tree5d49b09525fd6d44d6b3db73a72b18efa38332de /configs/platform-v7a/barebox-vexpress-defaultenv/init
parentb8cc2d0bece348d25b7d3ca5a1a2fceb06106d4a (diff)
downloadDistroKit-41b92c8acd54e3d408cd196e4ab1b3dfcd9b9c1d.tar.gz
DistroKit-41b92c8acd54e3d408cd196e4ab1b3dfcd9b9c1d.tar.xz
barebox-vexpress: disable state and bootchooser and remove files
This disables broken support for state and bootchooser for barebox-vexpress. We also remove the nv files and the bootsource file, the later is unsupported since the vexpress platform will always report the bootsource as unknown. Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
Diffstat (limited to 'configs/platform-v7a/barebox-vexpress-defaultenv/init')
-rw-r--r--configs/platform-v7a/barebox-vexpress-defaultenv/init/bootsource13
1 files changed, 0 insertions, 13 deletions
diff --git a/configs/platform-v7a/barebox-vexpress-defaultenv/init/bootsource b/configs/platform-v7a/barebox-vexpress-defaultenv/init/bootsource
deleted file mode 100644
index ed0692f..0000000
--- a/configs/platform-v7a/barebox-vexpress-defaultenv/init/bootsource
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-if [ -n "$nv.boot.default" ]; then
- exit
-fi
-
-if [ $bootsource = mmc ]; then
- global.boot.default="bootchooser net"
-elif [ $bootsource = net ]; then
- global.boot.default="net bootchooser"
-else
- global.boot.default="disk0.0 net"
-fi