summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/env/init/state
blob: b8a2b42a53ea5a69d92cb778f54e29e419050887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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