From 24eb39b575d5b077de92a8d7e7947a955adf5679 Mon Sep 17 00:00:00 2001 From: "Andrew F. Davis" Date: Thu, 16 Feb 2017 11:18:38 -0600 Subject: 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 Reviewed-by: Tom Rini Reviewed-by: Simon Glass [trini: Rework Kconfig logic a little, move to common/spl/Kconfig] Signed-off-by: Tom Rini --- configs/socfpga_de1_soc_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/socfpga_de1_soc_defconfig') diff --git a/configs/socfpga_de1_soc_defconfig b/configs/socfpga_de1_soc_defconfig index 7702f49a71..135dfac12c 100644 --- a/configs/socfpga_de1_soc_defconfig +++ b/configs/socfpga_de1_soc_defconfig @@ -12,6 +12,7 @@ CONFIG_SYS_CONSOLE_ENV_OVERWRITE=y CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_SPL=y +# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_STACK_R=y CONFIG_SPL_YMODEM_SUPPORT=y -- cgit v1.2.3