mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-07 12:16:44 +03: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