From: Michal Simek Date: Mon, 3 Dec 2018 15:24:45 +0000 (+0100) Subject: arm64: zynqmp: Enable 2 NAND chips for zc1751 dc2 X-Git-Tag: v2019.04-rc1~28^2~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a19eb356cccce644be0fff849cd13258a90fe146;p=oweals%2Fu-boot.git arm64: zynqmp: Enable 2 NAND chips for zc1751 dc2 This board contains 2 nand chips that's why enable this feature. Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig b/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig index f9e56055b1..052e266fd7 100644 --- a/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig +++ b/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig @@ -57,6 +57,7 @@ CONFIG_DM_MMC=y CONFIG_MTD_DEVICE=y CONFIG_NAND=y CONFIG_NAND_ARASAN=y +CONFIG_SYS_NAND_MAX_CHIPS=2 CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_SST=y