summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/env/init/state
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/board/env/init/state')
-rw-r--r--arch/sandbox/board/env/init/state13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/sandbox/board/env/init/state b/arch/sandbox/board/env/init/state
deleted file mode 100644
index b8a2b42a53..0000000000
--- a/arch/sandbox/board/env/init/state
+++ /dev/null
@@ -1,13 +0,0 @@
-if [ "x$state.dirty" != "x1" -o $global.system.reset != "POR" ]; then
- exit
-fi
-
-source /env/data/ansi-colors
-
-echo -e $CYAN
-echo "*******************************************************"
-echo "*** Inconsistent barebox state buckets detected ***"
-echo "*** This is normal for a first boot ***"
-echo "*** barebox will repair them on next poweroff/reset ***"
-echo "*******************************************************"
-echo -e -n $NC