From 203dc1b3a8ea79190c8574c58b75a8aa5e5d9d1e Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:49 -0600 Subject: Convert CONFIG_CMD_SPL_NAND_OFS to Kconfig This converts the following to Kconfig: CONFIG_CMD_SPL_NAND_OFS Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- cmd/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cmd/Kconfig') 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" -- cgit v1.2.3