Re: [U-Boot] [PATCH] Add board_mmc_init(...) function for init mmc1 only

2014-05-23 Thread Pantelis Antoniou
Hi Hannes, On Apr 8, 2014, at 9:39 AM, Hannes Petermaier wrote: Since BR boards uses only MMC-Controller #1, it only wastes time if we initialize #0 first to see that there is nothing. Cc: tr...@ti.com Signed-off-by: Hannes Petermaier oe5...@oevsv.at --- board/BuR/common/common.c |7

[U-Boot] [PATCH] Add board_mmc_init(...) function for init mmc1 only

2014-04-08 Thread Hannes Petermaier
Since BR boards uses only MMC-Controller #1, it only wastes time if we initialize #0 first to see that there is nothing. Cc: tr...@ti.com Signed-off-by: Hannes Petermaier oe5...@oevsv.at --- board/BuR/common/common.c |7 +++ include/configs/kwb.h |2 +- include/configs/tseries.h