From 91d4b0da5de1214d81daed3b90b71eb8a7502b01 Mon Sep 17 00:00:00 2001 From: Jagannadha Sutradharudu Teki Date: Thu, 26 Jul 2012 17:34:12 +0530 Subject: [PATCH] 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 --- include/configs/zynq_afx.h | 1 + include/configs/zynq_ep107.h | 1 + include/configs/zynq_zc770.h | 1 + 3 files changed, 3 insertions(+) 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 -- 2.47.3