aboutsummaryrefslogtreecommitdiff
path: root/include/configs/imx7_spl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/imx7_spl.h')
-rw-r--r--include/configs/imx7_spl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx7_spl.h b/include/configs/imx7_spl.h
index 116ea1a..aca32db 100644
--- a/include/configs/imx7_spl.h
+++ b/include/configs/imx7_spl.h
@@ -38,7 +38,7 @@
#endif
/* Define the payload for FAT/EXT support */
-#if defined(CONFIG_SPL_FS_FAT) || defined(CONFIG_SPL_EXT_SUPPORT)
+#if defined(CONFIG_SPL_FS_FAT) || defined(CONFIG_SPL_FS_EXT4)
# ifdef CONFIG_OF_CONTROL
# define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot-dtb.img"
# else