commit | 657902be8a07151f47c67b16ce0fc732fda70b85 | [log] [tgz] |
---|---|---|
author | Manish Pandey <manish.pandey2@arm.com> | Tue May 10 14:36:46 2022 +0200 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Tue May 10 14:36:46 2022 +0200 |
tree | c93922d4740a1a40d0d2a3fd22e1087558c6bcf0 | |
parent | e43ba98fe98ac78454c2057e57ddbbc6baf093d5 [diff] | |
parent | 8636a5ffc62198e663b2dbd0a70546d853e80f51 [diff] |
Merge "fix(st): add missing header include" into integration
diff --git a/plat/st/common/bl2_io_storage.c b/plat/st/common/bl2_io_storage.c index 7cd5eb5..b2038bc 100644 --- a/plat/st/common/bl2_io_storage.c +++ b/plat/st/common/bl2_io_storage.c
@@ -38,6 +38,7 @@ #include <platform_def.h> #include <stm32cubeprogrammer.h> #include <stm32mp_fconf_getter.h> +#include <stm32mp_io_storage.h> #include <usb_dfu.h> /* IO devices */