From f63c43b8defb75a9f97d4552f4993537759a39dd Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Thu, 16 May 2019 16:01:36 +0200 Subject: [PATCH] Kconfig: cosmetic: Update description of CMD_SPL_NAND_OFS The CMD_SPL_NAND_OFS description was a bit misleading, has been updated. Signed-off-by: Lukasz Majewski --- cmd/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index ca6de50..d9d26e6 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -325,8 +325,7 @@ config CMD_SPL command. config CMD_SPL_NAND_OFS - hex "Offset of OS command line args for Falcon-mode NAND boot" - depends on CMD_SPL + hex "Offset of OS args or dtb for Falcon-mode NAND boot" depends on CMD_SPL && (TPL_NAND_SUPPORT || SPL_NAND_SUPPORT) default 0 help -- 2.7.4