correct some missing-prototype warnings
authorYann Gautier <yann.gautier@st.com>
Mon, 10 Dec 2018 09:41:03 +0000 (10:41 +0100)
committerYann Gautier <yann.gautier@st.com>
Mon, 10 Dec 2018 17:09:49 +0000 (18:09 +0100)
commit1b18c6c47185fd83682c77de510c43d8d5d200df
tree7d5d3b7f68e2c5653e0c73e1a90c71667828af48
parentb7c6529c412d53b74e2a1fb6a7b1a70438a02802
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>
bl2/aarch32/bl2_arch_setup.c
bl2/bl2_private.h
plat/common/plat_log_common.c