commit | a9052d79294f73806cea167fcf390d4a6b0ad231 | [log] [tgz] |
---|---|---|
author | Jimmy Brisson <jimmy.brisson@linaro.org> | Mon Jun 21 11:46:45 2021 -0500 |
committer | Ken Liu <ken.liu@arm.com> | Wed Jun 23 04:47:26 2021 +0200 |
tree | 7c7fd3f5ee7fc80c34dd3f788d780ee3b2ad3b12 | |
parent | 7e741112b607b77b84d3f6c05068fbb8733a5719 [diff] |
SPM: Fix link error with SPMLOG_ERRMSG In particular, the error is: ld: platform/ext/target/arm/mps3/an547/target_cfg.c:223: undefined reference to `SPMLOG_ERRMSG' And this happens because the macro SMPLOG_ERRMSG is not defined, so it is assumed to be an externally linked function, and the linker is unable to find it. This patch fixes the problem. Change-Id: Ie7115bc3e6f14e84bd21d9ec9f674cd043a0a4ba Signed-off-by: Jimmy Brisson <jimmy.brisson@linaro.org>