diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:49 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 15:41:58 -0400 |
commit | 203dc1b3a8ea79190c8574c58b75a8aa5e5d9d1e (patch) | |
tree | c8cee362433b5794cb1da1a282563ea89a74bc82 /cmd/Kconfig | |
parent | 72c3033fd1da878aec6b23eb9086a83f57d54eee (diff) | |
download | u-boot-203dc1b3a8ea79190c8574c58b75a8aa5e5d9d1e.tar.gz |
Convert CONFIG_CMD_SPL_NAND_OFS to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_SPL_NAND_OFS
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 1ca91fcc38..4f7336aeb0 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -285,6 +285,16 @@ config CMD_SPL doc/README.falcon for full information about how to use this command. +config CMD_SPL_NAND_OFS + hex "Offset of OS command line args for Falcon-mode NAND boot" + depends on CMD_SPL + default 0 + help + This provides the offset of the command line arguments for Linux + when booting from NAND in Falcon mode. See doc/README.falcon + for full information about how to use this option (and also see + board/gateworks/gw_ventana/README for an example). + endmenu menu "Environment commands" |