amlogic: Fix prefixes in the SCPI related code

Add a new aml_* prefix to the SCPI related function calls.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
Change-Id: I697812ac1c0df28cbb639a1dc3e838f1107fb739
diff --git a/plat/amlogic/common/aml_sip_svc.c b/plat/amlogic/common/aml_sip_svc.c
index 6736a81..8a9b070 100644
--- a/plat/amlogic/common/aml_sip_svc.c
+++ b/plat/amlogic/common/aml_sip_svc.c
@@ -40,11 +40,11 @@
 		SMC_RET1(handle,  aml_efuse_user_max());
 
 	case AML_SM_JTAG_ON:
-		scpi_jtag_set_state(AML_JTAG_STATE_ON, x1);
+		aml_scpi_jtag_set_state(AML_JTAG_STATE_ON, x1);
 		SMC_RET1(handle, 0);
 
 	case AML_SM_JTAG_OFF:
-		scpi_jtag_set_state(AML_JTAG_STATE_OFF, x1);
+		aml_scpi_jtag_set_state(AML_JTAG_STATE_OFF, x1);
 		SMC_RET1(handle, 0);
 
 	default: