From 41b92c8acd54e3d408cd196e4ab1b3dfcd9b9c1d Mon Sep 17 00:00:00 2001 From: Rouven Czerwinski Date: Thu, 29 Nov 2018 14:49:05 +0100 Subject: 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 --- .../barebox-vexpress-defaultenv/init/bootsource | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 configs/platform-v7a/barebox-vexpress-defaultenv/init/bootsource (limited to 'configs/platform-v7a/barebox-vexpress-defaultenv/init') 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 -- cgit v1.2.3