Re: [U-Boot] [PATCH V2 07/13] spl: mmc: get rid of emmc boot code duplication

2015-11-03 Thread Tom Rini
On Wed, Oct 28, 2015 at 11:23:24AM +0200, Nikita Kiryanov wrote: > Get rid of emmc boot code duplication in spl_mmc_load_image() using a switch > case fallthrough into MMCSD_MODE_RAW. Since the #ifdef > CONFIG_SUPPORT_EMMC_BOOT > check is not really necessary, remove it in the process. > > No fu

Re: [U-Boot] [PATCH V2 07/13] spl: mmc: get rid of emmc boot code duplication

2015-10-29 Thread Simon Glass
On 28 October 2015 at 03:23, Nikita Kiryanov wrote: > Get rid of emmc boot code duplication in spl_mmc_load_image() using a switch > case fallthrough into MMCSD_MODE_RAW. Since the #ifdef > CONFIG_SUPPORT_EMMC_BOOT > check is not really necessary, remove it in the process. > > No functional chang