]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/am335x_evm.h
am335x_evm: enable NAND support
[karo-tx-uboot.git] / include / configs / am335x_evm.h
index b6e48f8a63e0b01818884e31334554ed1692096a..ded1cabab04479af658464b235a006ec95cd4b89 100644 (file)
 #define CONFIG_PHYLIB
 #define CONFIG_PHY_SMSC
 
+#define CONFIG_NAND
+/* NAND support */
+#ifdef CONFIG_NAND
+#define CONFIG_CMD_NAND
+#define CONFIG_NAND_OMAP_GPMC
+#define GPMC_NAND_ECC_LP_x16_LAYOUT    1
+#define CONFIG_SYS_NAND_BASE           (0x08000000)    /* physical address */
+                                                       /* to access nand at */
+                                                       /* CS0 */
+#define CONFIG_SYS_MAX_NAND_DEVICE     1               /* Max number of NAND */
+#endif                                                 /* devices */
+
 #endif /* ! __CONFIG_AM335X_EVM_H */