[U-Boot] [PATCH 1/2] tegra: init MMC from common board init

Lucas Stach dev at lynxeye.de
Tue Aug 7 03:18:39 CEST 2012


Signed-off-by: Lucas Stach <dev at lynxeye.de>
CC: Stephen Warren <swarren at wwwdotorg.org>
CC: Tom Warren <TWarren at nvidia.com>
---
 board/nvidia/common/board.c | 4 ++++
 1 Datei geändert, 4 Zeilen hinzugefügt(+)

diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c
index 7ab2040..3bd4ff1 100644
--- a/board/nvidia/common/board.c
+++ b/board/nvidia/common/board.c
@@ -132,6 +132,10 @@ int board_init(void)
 	board_usb_init(gd->fdt_blob);
 #endif
 
+#ifdef CONFIG_TEGRA_MMC
+	board_mmc_init(gd->fdt_blob);
+#endif
+
 #ifdef CONFIG_TEGRA20_LP0
 	/* save Sdram params to PMC 2, 4, and 24 for WB0 */
 	warmboot_save_sdram_params();
-- 
1.7.11.2



More information about the U-Boot mailing list