summaryrefslogtreecommitdiff
path: root/include/configs/tegra20-common.h
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2012-10-07 11:29:38 (GMT)
committerTom Warren <twarren@nvidia.com>2012-10-29 16:07:05 (GMT)
commita833b95039a08cd52980f95564b567c8b3138cfe (patch)
treead1a1660bffc6e0490a8153eb639d64a2b055a20 /include/configs/tegra20-common.h
parent56f42f85f5a14040fb0e74fd6cad3910643830d6 (diff)
downloadu-boot-a833b95039a08cd52980f95564b567c8b3138cfe.tar.xz
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 <dev@lynxeye.de> Acked-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra20-common.h')
-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 70c5cfb..272c46e 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 */