Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3372)

Unified Diff: board/chromeos_st1q/board.c

Issue 1329001: ST1.5 board support and some ST1.0/1.5 common changes. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « board/chromeos_st15/u-boot.lds ('k') | cpu/armv7Scorpion/QSD8x50/dram.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: board/chromeos_st1q/board.c
diff --git a/board/chromeos_st1q/board.c b/board/chromeos_st1q/board.c
index 3d7adf3000f04b14f48d5f4ff40cb57f8bb437c7..f06c4727f9bc46555dfe2cf73507bc2ba4e21215 100644
--- a/board/chromeos_st1q/board.c
+++ b/board/chromeos_st1q/board.c
@@ -116,10 +116,6 @@ int board_init (void)
udelay(5000000);
#endif
-#ifdef CONFIG_GENERIC_MMC
- mmc_initialize(gd->bd);
-#endif
-
#ifdef CONFIG_QSD8X50_LCDC
gd->fb_base = LCDC_FB_ADDR;
#endif
« no previous file with comments | « board/chromeos_st15/u-boot.lds ('k') | cpu/armv7Scorpion/QSD8x50/dram.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698