summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-12-26 21:51:51 -0800
committerYe Li <ye.li@nxp.com>2019-01-16 02:17:43 -0800
commitca7ebfcf0737699d5f62f97be4b0015c88108ae7 (patch)
treed8090c3ba104a1089242ffcb67263e36942190dd /common
parent4b2850ccfd8b387590c9fb4abfffdd0ac5cc8e58 (diff)
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>
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 6c1bb7e649..ab6fdfc15c 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -56,7 +56,7 @@ config SPL_BOOTROM_SUPPORT
config SPL_RAW_IMAGE_SUPPORT
bool "Support SPL loading and booting of RAW images"
- default n if (ARCH_MX6 && (SPL_MMC_SUPPORT || SPL_SATA_SUPPORT))
+ default n if ((ARCH_MX6 && (SPL_MMC_SUPPORT || SPL_SATA_SUPPORT)) || ARCH_IMX8 || ARCH_IMX8M)
default y if !TI_SECURE_DEVICE
help
SPL will support loading and booting a RAW image when this option