Kconfig: Make CMD_SPL_NAND_OFS only available when proper memory is used
authorLukasz Majewski <lukma@denx.de>
Thu, 16 May 2019 14:01:35 +0000 (16:01 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 19 Jul 2019 18:14:50 +0000 (20:14 +0200)
This commit makes the CMD_SPL_NAND_OFS only visible when we use NAND
memory.
Before this change it was present when only CMD_SPL was enabled (and
would stay when board with other falcon boot medium is used).

Signed-off-by: Lukasz Majewski <lukma@denx.de>
cmd/Kconfig

index 175c6ad9e3338d0b83062eae932c3e0cd8afc812..ca6de5040af21735f184fe3f6fbaadc6dcfdc574 100644 (file)
@@ -327,6 +327,7 @@ config CMD_SPL
 config CMD_SPL_NAND_OFS
        hex "Offset of OS command line args for Falcon-mode NAND boot"
        depends on CMD_SPL
+       depends on CMD_SPL && (TPL_NAND_SUPPORT || SPL_NAND_SUPPORT)
        default 0
        help
          This provides the offset of the command line arguments for Linux