diff options
| author | Simon Glass <[email protected]> | 2017-08-04 16:34:48 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-11 15:41:57 -0400 |
| commit | 72c3033fd1da878aec6b23eb9086a83f57d54eee (patch) | |
| tree | ac6ff535bcb92cd1b3e4dbe53962aaccb8846bc1 /cmd | |
| parent | 2a728f3a1e3fd6f0483af822d5063766a3344ef2 (diff) | |
Convert CONFIG_CMD_SPL to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_SPL
Note that trats does not actually use SPL, so this option can no-longer be
set.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 5ac8389e420..1ca91fcc384 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -276,6 +276,15 @@ config CMD_POWEROFF help Poweroff/Shutdown the system +config CMD_SPL + bool "spl export - Export boot information for Falcon boot" + depends on SPL + help + Falcon mode allows booting directly from SPL into an Operating + System such as Linux, thus skipping U-Boot proper. See + doc/README.falcon for full information about how to use this + command. + endmenu menu "Environment commands" |
