This allows the SPL to scan the MMC for a valid uboot image on a second sector location defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR when the default location "CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR + first partition offset" does not contain a valid uboot image.
Signed-off-by: Frank Kunz <[email protected]> --- :100644 100644 6b9546e8f7... f7e2068782... M include/configs/socfpga_de0_nano_soc.h include/configs/socfpga_de0_nano_soc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/socfpga_de0_nano_soc.h b/include/configs/socfpga_de0_nano_soc.h index 6b9546e8f7..f7e2068782 100644 --- a/include/configs/socfpga_de0_nano_soc.h +++ b/include/configs/socfpga_de0_nano_soc.h @@ -14,6 +14,8 @@ #define CONFIG_FAT_WRITE #define CONFIG_HW_WATCHDOG +#define CONFIG_SPL_ABORT_ON_RAW_IMAGE + /* Memory configurations */ #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */ -- 2.11.0 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

