diff options
| author | Michal Simek <[email protected]> | 2015-01-15 09:53:13 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-01-29 13:38:42 -0500 |
| commit | e3046ba4daa4a4e5b7aedd9a1aa3b8d72e5ad559 (patch) | |
| tree | 46bf4ef5de3bb6cf6ad3773fcf53e84f2a0e8025 /common/cmd_bootm.c | |
| parent | 2662179998e4f7c2c67f00527c3af5123816bd49 (diff) | |
common: bootm: Document fake bootm sub-command
Fake option is enabled only when CONFIG_TRACE is
enabled in common/bootm.c:do_boot_states().
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'common/cmd_bootm.c')
| -rw-r--r-- | common/cmd_bootm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 67233600b15..48199bfff3e 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -185,6 +185,9 @@ static char bootm_help_text[] = "\tcmdline - OS specific command line processing/setup\n" "\tbdt - OS specific bd_t processing\n" "\tprep - OS specific prep before relocation or go\n" +#if defined(CONFIG_TRACE) + "\tfake - OS specific fake start without go\n" +#endif "\tgo - start OS"; #endif |
