Re: [U-Boot] [PATCH V2 06/13] spl: mmc: move fs boot into its own function

2015-11-03 Thread Tom Rini
On Wed, Oct 28, 2015 at 11:23:23AM +0200, Nikita Kiryanov wrote: > Move the code that handles fs boot out of spl_mmc_load_image() and into its > own function to reduce the #ifdef complexit of spl_mmc_load_image(). > > No functional changes. > > Signed-off-by: Nikita Kiryanov > Cc: Igor Grinberg

Re: [U-Boot] [PATCH V2 06/13] spl: mmc: move fs boot into its own function

2015-10-29 Thread Simon Glass
On 28 October 2015 at 03:23, Nikita Kiryanov wrote: > Move the code that handles fs boot out of spl_mmc_load_image() and into its > own function to reduce the #ifdef complexit of spl_mmc_load_image(). complexity > > No functional changes. > > Signed-off-by: Nikita Kiryanov > Cc: Igor Grinberg

[U-Boot] [PATCH V2 06/13] spl: mmc: move fs boot into its own function

2015-10-28 Thread Nikita Kiryanov
Move the code that handles fs boot out of spl_mmc_load_image() and into its own function to reduce the #ifdef complexit of spl_mmc_load_image(). No functional changes. Signed-off-by: Nikita Kiryanov Cc: Igor Grinberg Cc: Paul Kocialkowski Cc: Pantelis Antoniou Cc: Tom Rini Cc: Simon Glass -