configs: ks2: move CMD_NAND to defconfigs
NAND is not yet enabled on all Keystone2 platforms. So enabled
CMD_NAND in the respective defconfigs only if available.
Reported-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/k2e_evm_defconfig b/configs/k2e_evm_defconfig
index f45bce0..c843508 100644
--- a/configs/k2e_evm_defconfig
+++ b/configs/k2e_evm_defconfig
@@ -16,3 +16,4 @@
CONFIG_DM_ETH=y
CONFIG_SYS_NS16550=y
CONFIG_TI_AEMIF=y
+CONFIG_CMD_NAND=y