Commit 1759ef0b52f972cff6c2c23014c534c9c8d0d55f

Authored by Ye Li
1 parent c886400c1e

MLK-20664-2 imx8/imx8m: Disable the SPL RAW image support

The RAW image support must be disabled, otherwise a RAW image can be used
to bypass FIT image.

Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit ca7ebfcf0737699d5f62f97be4b0015c88108ae7)
(cherry picked from commit 9e9524c86a08d5b16bb94c1a30eda378536c4860)

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -186,7 +186,7 @@
186 186  
187 187 config SPL_RAW_IMAGE_SUPPORT
188 188 bool "Support SPL loading and booting of RAW images"
189   - default n if (ARCH_MX6 && (SPL_MMC_SUPPORT || SPL_SATA_SUPPORT))
  189 + default n if ((ARCH_MX6 && (SPL_MMC_SUPPORT || SPL_SATA_SUPPORT)) || ARCH_IMX8 || ARCH_IMX8M)
190 190 default y if !TI_SECURE_DEVICE
191 191 help
192 192 SPL will support loading and booting a RAW image when this option