]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: Add support to use NAND ONFI page table
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Thu, 26 Jul 2012 12:04:12 +0000 (17:34 +0530)
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Fri, 17 Aug 2012 11:22:07 +0000 (16:52 +0530)
This patch provides to use NAND ONFI page table
from the mtd nand base core framework.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
include/configs/zynq_afx.h
include/configs/zynq_ep107.h
include/configs/zynq_zc770.h

index a4657249f60488e5b0a4b8747bffcdd5fcec3a84..541f9b472e8f2ca9be3f857975b857176d150284 100644 (file)
 #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
 
index 8ddeab0bd0e0006b68d2473ad16973254670a00e..cf910dbf3c375acdf1f84a79f5c9c70ab876612b 100644 (file)
 #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? */
index 06ce97304ffe421bb3ca072b4d66c13fa6f8a25b..0bace95bb057d6bf77f2b85bb16236d278d708dd 100644 (file)
 #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