mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-27 09:02:20 +00:00
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>
This commit is contained in:
parent
9d04b5fe16
commit
8d0d6bc121
3 changed files with 6 additions and 8 deletions
|
@ -4675,7 +4675,6 @@ CONFIG_USB_XHCI_KEYSTONE
|
|||
CONFIG_USB_XHCI_OMAP
|
||||
CONFIG_USER_LOWLEVEL_INIT
|
||||
CONFIG_USE_INTERRUPT
|
||||
CONFIG_USE_NAND
|
||||
CONFIG_USE_NOR
|
||||
CONFIG_USE_ONENAND_BOARD_INIT
|
||||
CONFIG_USE_SPIFLASH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue