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)
commit7cb179eef96990853f52fed80203c682f6fa4692
tree82344eacd0b6a7149cb24c913bc045f71773e0fe
parent917964cbbede7cf1568ef74ab71a541b07dae183
Kconfig: Make CMD_SPL_NAND_OFS only available when proper memory is used

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