commit | e73ce32878484705e69aabe0df89a20b734cf865 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Thu May 16 16:01:35 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jul 19 20:14:50 2019 +0200 |
tree | 82344eacd0b6a7149cb24c913bc045f71773e0fe | |
parent | 5da443fbc34c06a744be756ea82098660462cc5a [diff] |
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>