]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option
authorAndrew F. Davis <afd@ti.com>
Thu, 16 Feb 2017 17:18:38 +0000 (11:18 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 18 Mar 2017 18:28:50 +0000 (14:28 -0400)
commit24eb39b575d5b077de92a8d7e7947a955adf5679
tree2058ad4da0946125272bb692858907c533b05e52
parentf9515756b6d76cde99b385dda905dfb20d31ea48
spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option

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@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
[trini: Rework Kconfig logic a little, move to common/spl/Kconfig]
Signed-off-by: Tom Rini <trini@konsulko.com>
README
common/spl/Kconfig
common/spl/spl.c
configs/socfpga_de1_soc_defconfig
include/configs/imx6_spl.h
include/configs/socfpga_de1_soc.h
include/spl.h