|
@@ -105,4 +105,13 @@
|
|
|
|
|
|
#include "tegra20-common-post.h"
|
|
#include "tegra20-common-post.h"
|
|
|
|
|
|
|
|
+/* NAND support */
|
|
|
|
+#define CONFIG_CMD_NAND
|
|
|
|
+#define CONFIG_TEGRA_NAND
|
|
|
|
+
|
|
|
|
+/* Max number of NAND devices */
|
|
|
|
+#define CONFIG_SYS_MAX_NAND_DEVICE 1
|
|
|
|
+
|
|
|
|
+/* Somewhat oddly, the NAND base address must be a config option */
|
|
|
|
+#define CONFIG_SYS_NAND_BASE TEGRA20_NAND_BASE
|
|
#endif /* __CONFIG_H */
|
|
#endif /* __CONFIG_H */
|