commit | 1b18c6c47185fd83682c77de510c43d8d5d200df | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Mon Dec 10 10:41:03 2018 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Mon Dec 10 18:09:49 2018 +0100 |
tree | 7d5d3b7f68e2c5653e0c73e1a90c71667828af48 | |
parent | b7c6529c412d53b74e2a1fb6a7b1a70438a02802 [diff] |
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>