[U-Boot] [PATCH v6 1/3] spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option
Simon Glass
sjg at chromium.org
Tue Feb 21 18:07:10 UTC 2017
On 16 February 2017 at 10:18, Andrew F. Davis <afd at ti.com> wrote:
> CONFIG_SPL_ABORT_ON_RAW_IMAGE causes SPL to abort and move on when it
> encounters RAW images, express this same functionality as a positive
> option enabling support for RAW images: CONFIG_SPL_RAW_IMAGE_SUPPORT
>
> Also move uses of this to defconfigs.
>
> Signed-off-by: Andrew F. Davis <afd at ti.com>
> ---
> Kconfig | 7 +++++++
> README | 4 ----
> common/spl/spl.c | 10 ++++++----
> configs/apalis_imx6_defconfig | 1 +
> configs/cgtqmx6eval_defconfig | 1 +
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list