Skip to content
Snippets Groups Projects
Commit 379e9fc0 authored by Ilya Yanok's avatar Ilya Yanok Committed by Jean-Christophe PLAGNIOL-VILLARD
Browse files

arm: add support for CONFIG_GENERIC_MMC


Signed-off-by: default avatarIlya Yanok <yanok@emcraft.com>
parent 47d19da4
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
#include <serial.h> #include <serial.h>
#include <nand.h> #include <nand.h>
#include <onenand_uboot.h> #include <onenand_uboot.h>
#include <mmc.h>
#ifdef CONFIG_DRIVER_SMC91111 #ifdef CONFIG_DRIVER_SMC91111
#include "../drivers/net/smc91111.h" #include "../drivers/net/smc91111.h"
...@@ -449,6 +450,12 @@ extern void davinci_eth_set_mac_addr (const u_int8_t *addr); ...@@ -449,6 +450,12 @@ extern void davinci_eth_set_mac_addr (const u_int8_t *addr);
#ifdef BOARD_LATE_INIT #ifdef BOARD_LATE_INIT
board_late_init (); board_late_init ();
#endif #endif
#ifdef CONFIG_GENERIC_MMC
puts ("MMC: ");
mmc_initialize (gd->bd);
#endif
#if defined(CONFIG_CMD_NET) #if defined(CONFIG_CMD_NET)
#if defined(CONFIG_NET_MULTI) #if defined(CONFIG_NET_MULTI)
puts ("Net: "); puts ("Net: ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment