[U-Boot] [PATCH] sh: add calling mmc_initialize in board.c

2011-07-05 Thread Yoshihiro Shimoda
Some SH have MMC controller. So, if we need it, we have to call the mmc_initialize(). Signed-off-by: Yoshihiro Shimoda --- arch/sh/lib/board.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/sh/lib/board.c b/arch/sh/lib/board.c index ed91643..8540e40 100

Re: [U-Boot] [PATCH] sh: add calling mmc_initialize in board.c

2011-07-10 Thread Nobuhiro Iwamatsu
Applied, thanks. Best regards, Nobuhiro 2011/7/5 Yoshihiro Shimoda : > Some SH have MMC controller. So, if we need it, we have to call > the mmc_initialize(). > > Signed-off-by: Yoshihiro Shimoda > --- >  arch/sh/lib/board.c |   12 >  1 files changed, 12 insertions(+), 0 deletion