Re: [U-Boot] [PATCH] mmc: postponed needless timer initialization

2014-04-29 Thread Pantelis Antoniou
Hi Mateusz, Looks good. I'll apply it. On Apr 29, 2014, at 8:16 PM, Mateusz Zalega wrote: > mmc_init() doesn't call get_timer() anymore if MMC is already > initialized. > > Change-Id: Iec694abe3315d146d35dc130ad80b73dffd0983b > Signed-off-by: Mateusz Zalega > Cc: Pantelis Antoniou > --- > Det

[U-Boot] [PATCH] mmc: postponed needless timer initialization

2014-04-29 Thread Mateusz Zalega
mmc_init() doesn't call get_timer() anymore if MMC is already initialized. Change-Id: Iec694abe3315d146d35dc130ad80b73dffd0983b Signed-off-by: Mateusz Zalega Cc: Pantelis Antoniou --- Detached from earlier "DFU, MMC, Gadget, Goni, misc." series because of lack of relevance to other patches. The