summaryrefslogtreecommitdiffstats
path: root/include/configs/presidio_asic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/presidio_asic.h')
-rw-r--r--include/configs/presidio_asic.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/presidio_asic.h b/include/configs/presidio_asic.h
index 34235b5a00..710731efd5 100644
--- a/include/configs/presidio_asic.h
+++ b/include/configs/presidio_asic.h
@@ -67,4 +67,13 @@
#define CONFIG_SYS_MAXARGS 64
#define CONFIG_EXTRA_ENV_SETTINGS "silent=y\0"
+/* nand driver parameters */
+#ifdef CONFIG_TARGET_PRESIDIO_ASIC
+ #define CONFIG_SYS_NAND_ONFI_DETECTION
+ #define CONFIG_SYS_MAX_NAND_DEVICE 1
+ #define CONFIG_SYS_NAND_MAX_CHIPS 1
+ #define CONFIG_SYS_NAND_BASE CONFIG_SYS_FLASH_BASE
+ #define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
+#endif
+
#endif /* __PRESIDIO_ASIC_H */