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 yoshihiro.shimoda...@renesas.com: Some SH have MMC controller. So, if we need it, we have to call the mmc_initialize(). Signed-off-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com ---  arch/sh/lib/board.c |   12

[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 yoshihiro.shimoda...@renesas.com --- arch/sh/lib/board.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/sh/lib/board.c