summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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