summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLucas Stach <[email protected]>2012-10-07 11:29:38 +0000
committerTom Warren <[email protected]>2012-10-29 09:07:05 -0700
commita833b95039a08cd52980f95564b567c8b3138cfe (patch)
treead1a1660bffc6e0490a8153eb639d64a2b055a20 /include
parent56f42f85f5a14040fb0e74fd6cad3910643830d6 (diff)
tegra: nand: make ONFI detection work
Add the missing bits to the Tegra NAND driver to make ONFI detection work properly. Also add it to the Tegra default config, as it seems to be a reasonable thing to have it available on all boards that use any kind of NAND. Signed-off-by: Lucas Stach <[email protected]> Acked-by: Scott Wood <[email protected]> Signed-off-by: Tom Warren <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tegra20-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h
index 70c5cfbba87..272c46e06be 100644
--- a/include/configs/tegra20-common.h
+++ b/include/configs/tegra20-common.h
@@ -200,5 +200,6 @@
#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/tegra20/u-boot-spl.lds"
#define CONFIG_SYS_NAND_SELF_INIT
+#define CONFIG_SYS_NAND_ONFI_DETECTION
#endif /* __TEGRA20_COMMON_H */