arm-trusted-firmware/bl2/aarch32
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
..
bl2_arch_setup.c correct some missing-prototype warnings 2018-12-10 18:09:49 +01:00
bl2_el3_entrypoint.S bl2-el3: Fix bl32 lr_svc used for bl33 entry address 2018-03-05 17:34:25 +01:00
bl2_el3_exceptions.S bl2-el3: Add BL2_EL3 image 2018-01-18 09:42:35 +00:00
bl2_entrypoint.S Introduce the new BL handover interface 2018-02-26 16:31:10 +00:00