Skip to content
Commit a9052d79 authored by Jimmy Brisson's avatar Jimmy Brisson Committed by Ken Liu
Browse files

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: default avatarJimmy Brisson <jimmy.brisson@linaro.org>
parent 7e741112
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment