-
- Downloads
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>
Showing
- README 0 additions, 4 deletionsREADME
- common/spl/Kconfig 10 additions, 0 deletionscommon/spl/Kconfig
- common/spl/spl.c 6 additions, 4 deletionscommon/spl/spl.c
- configs/socfpga_de1_soc_defconfig 1 addition, 0 deletionsconfigs/socfpga_de1_soc_defconfig
- include/configs/imx6_spl.h 0 additions, 2 deletionsinclude/configs/imx6_spl.h
- include/configs/socfpga_de1_soc.h 0 additions, 2 deletionsinclude/configs/socfpga_de1_soc.h
- include/spl.h 1 addition, 1 deletioninclude/spl.h
Loading
Please register or sign in to comment