arm-trusted-firmware/bl2
Yann Gautier 1b18c6c471 correct some missing-prototype warnings
This avoids the following warnings:
no previous prototype for 'bl2_arch_setup' [-Wmissing-prototypes]
no previous prototype for 'plat_log_get_prefix' [-Wmissing-prototypes]

Also correct a compilation issue if BL2_IN_XIP_MEM is enabled:
uintptr_t is not defined.

Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Yann Gautier <yann.gautier@st.com>
2018-12-10 18:09:49 +01:00
..
aarch32 correct some missing-prototype warnings 2018-12-10 18:09:49 +01:00
aarch64 PIE: Use PC relative adrp/adr for symbol reference 2018-10-29 09:54:31 +00:00
bl2.ld.S Add .extab and .exidx sections 2018-07-11 09:21:04 +01:00
bl2.mk Remove build option LOAD_IMAGE_V2 2018-09-28 15:31:52 +01:00
bl2_el3.ld.S Use ALIGN instead of NEXT in linker scripts 2018-07-11 09:21:02 +01:00
bl2_image_load_v2.c Fix MISRA rule 8.3 Part 1 2018-04-13 14:01:56 +01:00
bl2_main.c BL2_AT_EL3: do not try to disable MMU twice on AARCH32 2018-04-26 19:07:34 +02:00
bl2_private.h correct some missing-prototype warnings 2018-12-10 18:09:49 +01:00