mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-09 10:05:13 +08:00
These commands are only enabled when the hush shell is enabled and can
be useful in scripts such as:
while true do
echo "Booting OS...";
run $bootcmd;
echo "Booting OS failed";
sleep 10;
done
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3.8 KiB
3.8 KiB