]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM64: zynqmp: Enable CMD_NAND via Kconfig
authorMichal Simek <michal.simek@xilinx.com>
Fri, 27 May 2016 09:25:49 +0000 (11:25 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 6 Jun 2016 09:23:27 +0000 (11:23 +0200)
Simplify board file by enabling CMD_NAND via Kconfig.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/xilinx_zynqmp_ep_defconfig
configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
include/configs/xilinx_zynqmp.h

index f342ed293c774a68135ba334dd9ce9a5228815cc..7879b4dd6c49148844fbb598d887b8a229b7e49a 100644 (file)
@@ -19,6 +19,7 @@ CONFIG_SYS_PROMPT="ZynqMP> "
 # CONFIG_CMD_LOADB is not set
 # CONFIG_CMD_LOADS is not set
 CONFIG_CMD_MMC=y
+CONFIG_CMD_NAND=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_DFU=y
index 77e6180143f5f918fe4089b14f2f2b7f10d16d94..2edd180c8677559a67e4693bbb1c4fd5935433df 100644 (file)
@@ -13,6 +13,7 @@ CONFIG_SYS_PROMPT="ZynqMP> "
 # CONFIG_CMD_IMLS is not set
 CONFIG_CMD_MEMTEST=y
 # CONFIG_CMD_FLASH is not set
+CONFIG_CMD_NAND=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_DFU=y
index ffb6b34d57cec9b9673f8b9f6bd7bf8ab33b3e81..c2c6eab314d418d0c193a4a2b870f4e92f50b9e6 100644 (file)
 #endif
 
 #ifdef CONFIG_NAND_ARASAN
-# define CONFIG_CMD_NAND
 # define CONFIG_CMD_NAND_LOCK_UNLOCK
 # define CONFIG_SYS_MAX_NAND_DEVICE    1
 # define CONFIG_SYS_NAND_SELF_INIT