summaryrefslogtreecommitdiffstats
path: root/include/configs/tec.h
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2012-07-30 20:21:56 +0000
committerTom Warren <twarren@nvidia.com>2012-09-07 13:54:31 -0700
commit0bc069b2e46ec673daf1c17ee86099fef7252660 (patch)
tree6ab892e088820cd2ab87e15d0c18e988aa47ca13 /include/configs/tec.h
parent62fd66f3d38eeadeed17ce457600372d694f3bd2 (diff)
downloadblackbird-obmc-uboot-0bc069b2e46ec673daf1c17ee86099fef7252660.tar.gz
blackbird-obmc-uboot-0bc069b2e46ec673daf1c17ee86099fef7252660.zip
tegra: Enable NAND on TEC
This commit enables NAND support on the Tamonten Evaluation Carrier and adds the corresponding device tree nodes. Furthermore, the U-Boot environment can now be stored in NAND. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tec.h')
-rw-r--r--include/configs/tec.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/include/configs/tec.h b/include/configs/tec.h
index 9b3f88dff8..9d14d15f69 100644
--- a/include/configs/tec.h
+++ b/include/configs/tec.h
@@ -45,14 +45,22 @@
#define CONFIG_BOARD_EARLY_INIT_F
-#define CONFIG_ENV_IS_NOWHERE
-
/* SD/MMC */
#define CONFIG_MMC
#define CONFIG_GENERIC_MMC
#define CONFIG_TEGRA_MMC
#define CONFIG_CMD_MMC
+/* NAND support */
+#define CONFIG_CMD_NAND
+#define CONFIG_TEGRA_NAND
+#define CONFIG_SYS_MAX_NAND_DEVICE 1
+#define CONFIG_SYS_NAND_BASE TEGRA20_NAND_BASE
+
+/* Environment in NAND, aligned to start of last sector */
+#define CONFIG_ENV_IS_IN_NAND
+#define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
+
/* USB host support */
#define CONFIG_USB_EHCI
#define CONFIG_USB_EHCI_TEGRA
OpenPOWER on IntegriCloud