]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Add --no-uboot option
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 2 Dec 2014 13:33:14 +0000 (14:33 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 2 Dec 2014 13:33:14 +0000 (14:33 +0100)
README.md
novaboot

index bf9e39d0557c71a16d066e4bea76d2b2c9884469..25815cc320f94963207decd9620cc1d618396983 100644 (file)
--- a/README.md
+++ b/README.md
@@ -450,6 +450,10 @@ can currently be accomplished by the following options: **--amt**,
     Implementation of this option is currently tied to a particular board
     that we use. It may be subject to changes in the future!
 
+- --no-uboot
+
+    Disable U-Boot interaction previously enabled with **--uboot**.
+
 - --uboot-init
 
     Command(s) to send the U-Boot bootloader before loading the images and
index 0dd1bebad12fc2d9b1101a3a6ca74b071211a9cf..aa896ef27e7ec45db18a8cd787ecd0258ecefbb7 100755 (executable)
--- a/novaboot
+++ b/novaboot
@@ -197,6 +197,7 @@ my %opt_spec;
     "tftp"          => \$tftp,
     "tftp-port=i"    => \$tftp_port,
     "uboot:s"       => \$uboot,
+    "no-uboot"      => sub { undef $uboot; },
     "uboot-addr=s"   => \%uboot_addr,
     "uboot-cmd=s"    => \$uboot_cmd,
     "uboot-init=s"   => \@uboot_init,
@@ -1636,6 +1637,10 @@ novaboot script. I<prompt> specifies the U-Boot's prompt (default is
 Implementation of this option is currently tied to a particular board
 that we use. It may be subject to changes in the future!
 
+=item --no-uboot
+
+Disable U-Boot interaction previously enabled with B<--uboot>.
+
 =item --uboot-init
 
 Command(s) to send the U-Boot bootloader before loading the images and