diff options
author | Simon Glass <sjg@chromium.org> | 2012-07-29 20:53:30 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2012-09-07 13:54:31 -0700 |
commit | 0dd84084deef226b9992b6db649b5f41d60b77b8 (patch) | |
tree | 793d92402dc7cef00ec3917ca61d2bdf72f54c8a /include/configs/tegra20-common.h | |
parent | 312693c3dd280a73824c6403e249775ccb7c3547 (diff) | |
download | u-boot-imx-0dd84084deef226b9992b6db649b5f41d60b77b8.zip u-boot-imx-0dd84084deef226b9992b6db649b5f41d60b77b8.tar.gz u-boot-imx-0dd84084deef226b9992b6db649b5f41d60b77b8.tar.bz2 |
tegra: Enable NAND on Seaboard
This enables NAND support for the Seaboard.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra20-common.h')
-rw-r--r-- | include/configs/tegra20-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h index 4c02f20..02cf0cd 100644 --- a/include/configs/tegra20-common.h +++ b/include/configs/tegra20-common.h @@ -201,4 +201,6 @@ #define CONFIG_SPL_GPIO_SUPPORT #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/tegra20/u-boot-spl.lds" +#define CONFIG_SYS_NAND_SELF_INIT + #endif /* __TEGRA20_COMMON_H */ |