From: Lukasz Majewski Date: Thu, 16 May 2019 14:01:36 +0000 (+0200) Subject: Kconfig: cosmetic: Update description of CMD_SPL_NAND_OFS X-Git-Tag: v2019.10-rc1~9^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f63c43b8defb75a9f97d4552f4993537759a39dd;p=platform%2Fkernel%2Fu-boot.git 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 --- 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