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

Simon Glass sjg at chromium.org
Thu Oct 29 18:19:29 CET 2015


On 28 October 2015 at 03:23, Nikita Kiryanov <nikita at compulab.co.il> 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 <nikita at compulab.co.il>
> Cc: Igor Grinberg <grinberg at compulab.co.il>
> Cc: Paul Kocialkowski <contact at paulk.fr>
> Cc: Pantelis Antoniou <panto at antoniou-consulting.com>
> Cc: Tom Rini <trini at konsulko.com>
> Cc: Simon Glass <sjg at chromium.org>
> ---
> Changes in V2:
>         - No changes.
>
>  common/spl/spl_mmc.c | 81 +++++++++++++++++++++++++++++++++-------------------
>  1 file changed, 51 insertions(+), 30 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list