[U-Boot] [PATCH v4 1/6] spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option

Tom Rini trini at konsulko.com
Tue Feb 14 20:15:38 UTC 2017


On Mon, Feb 13, 2017 at 12:47:36PM -0600, Andrew F. Davis 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
> 
> Signed-off-by: Andrew F. Davis <afd at ti.com>
> ---
>  Kconfig                           |  7 +++++++
>  README                            |  4 ----
>  common/spl/spl.c                  | 10 ++++++----
>  include/configs/imx6_spl.h        |  4 ++--
>  include/configs/socfpga_de1_soc.h |  2 +-

OK, with this in Kconfig, we need to migrate the appropriate configs/
files rather than tweak include/configs/ files again.  I think
moveconfig.py will be reasonable to run here given that you can pass a
list of defconfigs to look at (anything that sets CONFIG_IMX6 and so
on).  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170214/3978b0ce/attachment.sig>


More information about the U-Boot mailing list