summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-05-30 11:07:34 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-02 09:07:12 +0200
commit93ba05b5fded2817d6e19a82be5871cf6d2238c2 (patch)
tree155392dde1df1456fbe7739f6b2df8c64678fab4 /commands/Kconfig
parentbfd5d7f11298ddff7f8c0ce47840d847fa19064a (diff)
downloadbarebox-93ba05b5fded2817d6e19a82be5871cf6d2238c2.tar.gz
barebox-93ba05b5fded2817d6e19a82be5871cf6d2238c2.tar.xz
bootm: beautify output
* fix indentation of options in 'help bootm' * add missing help for -m * put some output into debug/verbose mode Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig15
1 files changed, 10 insertions, 5 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index a1b1fc8461..eed6fbdd3c 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -288,11 +288,16 @@ config CMD_BOOT
one succeeds.
Options:
- -v Increase verbosity
- -d Dryrun. See what happens but do no actually boot
- -l List available boot sources
- -m Show a menu with boot options
- -t SECS specify timeout in SECS
+ -c crc check uImage data
+ -d dryrun: check data, but do not run
+ -f load images even if type is undetectable
+ -r INITRD specify an initrd image
+ -L ADDR specify initrd load address
+ -a ADDR specify os load address
+ -e OFFS entry point to the image relative to start (0)
+ -o DTS specify open firmware device tree
+ -v verbose
+
config CMD_BOOTM
tristate