From: Jagannadha Sutradharudu Teki Date: Thu, 26 Jul 2012 12:04:12 +0000 (+0530) Subject: Xilinx: ARM: Add support to use NAND ONFI page table X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91d4b0da5de1214d81daed3b90b71eb8a7502b01;p=thirdparty%2Fu-boot.git Xilinx: ARM: Add support to use NAND ONFI page table This patch provides to use NAND ONFI page table from the mtd nand base core framework. Signed-off-by: Jagannadha Sutradharudu Teki --- diff --git a/include/configs/zynq_afx.h b/include/configs/zynq_afx.h index a4657249f60..541f9b472e8 100644 --- a/include/configs/zynq_afx.h +++ b/include/configs/zynq_afx.h @@ -133,6 +133,7 @@ #define CONFIG_CMD_NAND_LOCK_UNLOCK #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE XPSS_NAND_BASEADDR +#define CONFIG_SYS_NAND_ONFI_DETECTION #define CONFIG_MTD_DEVICE #endif diff --git a/include/configs/zynq_ep107.h b/include/configs/zynq_ep107.h index 8ddeab0bd0e..cf910dbf3c3 100644 --- a/include/configs/zynq_ep107.h +++ b/include/configs/zynq_ep107.h @@ -101,6 +101,7 @@ #define CONFIG_CMD_NAND_LOCK_UNLOCK #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE XPSS_NAND_BASEADDR +#define CONFIG_SYS_NAND_ONFI_DETECTION #define CONFIG_MTD_DEVICE /* Place a Xilinx Boot ROM header in u-boot image? */ diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h index 06ce97304ff..0bace95bb05 100644 --- a/include/configs/zynq_zc770.h +++ b/include/configs/zynq_zc770.h @@ -140,6 +140,7 @@ #define CONFIG_CMD_NAND_LOCK_UNLOCK #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE XPSS_NAND_BASEADDR +#define CONFIG_SYS_NAND_ONFI_DETECTION #define CONFIG_MTD_DEVICE #endif