summaryrefslogtreecommitdiffstats
path: root/include/configs/seaboard.h
diff options
context:
space:
mode:
authorTom Warren <twarren.nvidia@gmail.com>2011-05-31 10:30:38 +0000
committerAndy Fleming <afleming@freescale.com>2011-07-15 20:28:59 -0500
commit83800959a8e153130053ea1d0769e6205601735b (patch)
treeeb270d0d30382c7e156e958e61d602ad06e46e7b /include/configs/seaboard.h
parent21ef6a109c599adbf1f26804b9ba979c17ead0bc (diff)
downloadblackbird-obmc-uboot-83800959a8e153130053ea1d0769e6205601735b.tar.gz
blackbird-obmc-uboot-83800959a8e153130053ea1d0769e6205601735b.zip
mmc: Tegra2: Enable SD/MMC driver for Seaboard and Harmony
Signed-off-by: Tom Warren <twarren@nvidia.com> Acked-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/configs/seaboard.h')
-rw-r--r--include/configs/seaboard.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 06ce3e2b7c..7d2914472a 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -41,4 +41,15 @@
#define CONFIG_SYS_BOARD_ODMDATA 0x300d8011 /* lp1, 1GB */
#define CONFIG_BOARD_EARLY_INIT_F
+
+/* SD/MMC */
+#define CONFIG_MMC
+#define CONFIG_GENERIC_MMC
+#define CONFIG_TEGRA2_MMC
+#define CONFIG_CMD_MMC
+
+#define CONFIG_DOS_PARTITION
+#define CONFIG_EFI_PARTITION
+#define CONFIG_CMD_EXT2
+#define CONFIG_CMD_FAT
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud