arm-trusted-firmware/plat/st
Yann Gautier cb0d6b5b5f fix(stm32mp2): add missing include
Without #include <plat/common/platform.h>, we have the following warning
with sparse:
plat/st/stm32mp2/bl2_plat_setup.c:15:6: warning: symbol
 'bl2_el3_early_platform_setup' was not declared. Should it be static?
plat/st/stm32mp2/bl2_plat_setup.c:23:6: warning: symbol
 'bl2_platform_setup' was not declared. Should it be static?
plat/st/stm32mp2/bl2_plat_setup.c:27:6: warning: symbol
 'bl2_el3_plat_arch_setup' was not declared. Should it be static?

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: I18f9265c1eef1f8e8e0eac3d6c37a959e5c9e8b6
2024-01-18 11:32:10 +01:00
..
common feat(st): do not directly call BSEC functions in common code 2024-01-18 11:30:42 +01:00
stm32mp1 feat(st): do not directly call BSEC functions in common code 2024-01-18 11:30:42 +01:00
stm32mp2 fix(stm32mp2): add missing include 2024-01-18 11:32:10 +01:00