Re: [U-Boot] [PATCH 4/4] cmd_mmc: use new mmc_select_hwpart() function

2014-05-23 Thread Stephen Warren
On 05/23/2014 03:24 AM, Pantelis Antoniou wrote: > Hi Stephen, > > On May 7, 2014, at 9:19 PM, Stephen Warren wrote: > >> From: Stephen Warren >> >> The implementation of mmc_select_hwpart() was cribbed from do_mmcops(). >> Update do_mmcops() to call mmc_select_hwpart() to avoid duplication. >

Re: [U-Boot] [PATCH 4/4] cmd_mmc: use new mmc_select_hwpart() function

2014-05-23 Thread Pantelis Antoniou
Hi Stephen, On May 7, 2014, at 9:19 PM, Stephen Warren wrote: > From: Stephen Warren > > The implementation of mmc_select_hwpart() was cribbed from do_mmcops(). > Update do_mmcops() to call mmc_select_hwpart() to avoid duplication. > > Signed-off-by: Stephen Warren > --- > common/cmd_mmc.c |

[U-Boot] [PATCH 4/4] cmd_mmc: use new mmc_select_hwpart() function

2014-05-07 Thread Stephen Warren
From: Stephen Warren The implementation of mmc_select_hwpart() was cribbed from do_mmcops(). Update do_mmcops() to call mmc_select_hwpart() to avoid duplication. Signed-off-by: Stephen Warren --- common/cmd_mmc.c | 19 +-- 1 file changed, 5 insertions(+), 14 deletions(-) diff