summaryrefslogtreecommitdiff
path: root/plat/imx/common
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-01-11 13:50:37 +0800
committerAbel Vesa <abel.vesa@nxp.com>2018-06-11 10:33:02 +0300
commitbde8a0686cb63527e121d88e2e7bf7958eee0d2b (patch)
treeff3ea5721bcedbadf14320d3465a7a0b0e3f7776 /plat/imx/common
parentc541784adaa45d88989ab05b075827da0cfd4df2 (diff)
imx8: export get build info for all i.mx8
Export build info for all i.mx8 Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'plat/imx/common')
-rw-r--r--plat/imx/common/sip_svc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/imx/common/sip_svc.c b/plat/imx/common/sip_svc.c
index 5e842cf9..c0ea8649 100644
--- a/plat/imx/common/sip_svc.c
+++ b/plat/imx/common/sip_svc.c
@@ -138,10 +138,10 @@ uintptr_t imx_svc_smc_handler(uint32_t smc_fid,
break;
case FSL_SIP_SRTC:
return imx_srtc_handler(smc_fid, handle, x1, x2, x3, x4);
+#endif
case FSL_SIP_BUILDINFO:
SMC_RET1(handle, imx_buildinfo_handler(smc_fid, x1, x2, x3, x4));
break;
-#endif
default:
WARN("Unimplemented SIP Service Call: 0x%x \n", smc_fid);
SMC_RET1(handle, SMC_UNK);