configs: Convert CONFIG_USE_NAND to CONFIG_NAND
authorAdam Ford <aford173@gmail.com>
Tue, 10 Jul 2018 11:47:33 +0000 (06:47 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 22 Jul 2018 02:26:59 +0000 (22:26 -0400)
commit8d0d6bc121ef403ae601920ee29d53fa03cfb4b9
tree590d76e300c06cb451ece7627dff4b3d1334a8fd
parent9d04b5fe16018953720ff01eeb7636d9ec31bb36
configs: Convert CONFIG_USE_NAND to CONFIG_NAND

The DA850-EVM and OMAPL138_LCDK both use checks for CONFIG_USE_NAND.
This patch changes these checks to CONFIG_NAND which is already defined
in Kconfig.  Since the OMAPL138_LCDK already had CONFIG_NAND defined in its
defconfig, it can be deleted from configs/omapl138_lcdk.h.

Signed-off-by: Adam Ford <aford173@gmail.com>
include/configs/da850evm.h
include/configs/omapl138_lcdk.h
scripts/config_whitelist.txt