Re: [PATCH v2 1/3] imx8: Drop raw image support

2021-07-26 Thread Michael Walle
Am 2021-07-25 18:54, schrieb Simon Glass: The CONFIG_SPL_RAW_IMAGE_SUPPORT option requires that binman provides an offset for the image (see spl_set_header_raw_uboot()), if binman is used. These boards use FIT to store U-Boot, so raw image support is not used. Drop this option to avoid errors

[PATCH v2 1/3] imx8: Drop raw image support

2021-07-25 Thread Simon Glass
The CONFIG_SPL_RAW_IMAGE_SUPPORT option requires that binman provides an offset for the image (see spl_set_header_raw_uboot()), if binman is used. These boards use FIT to store U-Boot, so raw image support is not used. Drop this option to avoid errors once binman starts checking this. Signed-off-