mirror of
https://xff.cz/git/u-boot/
synced 2025-12-27 01:34:35 +01: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