]> Git Repo - u-boot.git/blobdiff - include/configs/at91sam9261ek.h
global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*
[u-boot.git] / include / configs / at91sam9261ek.h
index 5dc8f21a85355971841fdc067d984c5234dcf350..2c785ad4264df3ef1399d4ac59a7e32b2d6c1605 100644 (file)
 
 /* NAND flash */
 #ifdef CONFIG_CMD_NAND
-#define CONFIG_SYS_NAND_BASE                   0x40000000
-#define CONFIG_SYS_NAND_DBW_8
+#define CFG_SYS_NAND_BASE                      0x40000000
 /* our ALE is AD22 */
-#define CONFIG_SYS_NAND_MASK_ALE               (1 << 22)
+#define CFG_SYS_NAND_MASK_ALE          (1 << 22)
 /* our CLE is AD21 */
-#define CONFIG_SYS_NAND_MASK_CLE               (1 << 21)
-#define CONFIG_SYS_NAND_ENABLE_PIN             AT91_PIN_PC14
-#define CONFIG_SYS_NAND_READY_PIN              AT91_PIN_PC15
+#define CFG_SYS_NAND_MASK_CLE          (1 << 21)
+#define CFG_SYS_NAND_ENABLE_PIN                AT91_PIN_PC14
+#define CFG_SYS_NAND_READY_PIN         AT91_PIN_PC15
 
 #endif
 
This page took 0.028847 seconds and 4 git commands to generate.