commit | 8d0d6bc121ef403ae601920ee29d53fa03cfb4b9 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Jul 10 06:47:33 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 21 22:26:59 2018 -0400 |
tree | 590d76e300c06cb451ece7627dff4b3d1334a8fd | |
parent | 9d04b5fe16018953720ff01eeb7636d9ec31bb36 [diff] |
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>