commit | 3364cd4928bb821c6f1538a0811f3ef494d8b41a | [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 | 379662112135c8e7d03c20775938ee7fd4baccac [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>