aboutsummaryrefslogtreecommitdiff
path: root/include/configs/stm32mp15_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/stm32mp15_common.h')
-rw-r--r--include/configs/stm32mp15_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/stm32mp15_common.h b/include/configs/stm32mp15_common.h
index 56fb4d38e45..c5412ffeb31 100644
--- a/include/configs/stm32mp15_common.h
+++ b/include/configs/stm32mp15_common.h
@@ -57,7 +57,7 @@
#endif
#ifdef CONFIG_CMD_UBIFS
-#define BOOT_TARGET_UBIFS(func) func(UBIFS, ubifs, 0)
+#define BOOT_TARGET_UBIFS(func) func(UBIFS, ubifs, 0, UBI, boot)
#else
#define BOOT_TARGET_UBIFS(func)
#endif