Re: [U-Boot] [PATCH 04/27] dm: mmc: Move CONFIG_BLK code into the mmc uclass

2016-07-03 Thread Simon Glass
On 12 June 2016 at 23:30, Simon Glass wrote: > Rather than having #ifdef in mmc.c, move this code into the uclass file. > > Signed-off-by: Simon Glass > --- > > drivers/mmc/mmc-uclass.c | 80 + > drivers/mmc/mmc.c| 85 > ++-

[U-Boot] [PATCH 04/27] dm: mmc: Move CONFIG_BLK code into the mmc uclass

2016-06-12 Thread Simon Glass
Rather than having #ifdef in mmc.c, move this code into the uclass file. Signed-off-by: Simon Glass --- drivers/mmc/mmc-uclass.c | 80 + drivers/mmc/mmc.c| 85 ++-- 2 files changed, 83 insertions(+),