From 085e80ec111b2ab3607f0f38f6ef0062922bc196 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Wed, 21 Mar 2018 10:49:27 +0000 Subject: Rename 'smcc' to 'smccc' When the source code says 'SMCC' it is talking about the SMC Calling Convention. The correct acronym is SMCCC. This affects a few definitions and file names. Some files have been renamed (smcc.h, smcc_helpers.h and smcc_macros.S) but the old files have been kept for compatibility, they include the new ones with an ERROR_DEPRECATED guard. Change-Id: I78f94052a502436fdd97ca32c0fe86bd58173f2f Signed-off-by: Antonio Nino Diaz --- bl1/bl1_fwu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bl1/bl1_fwu.c') diff --git a/bl1/bl1_fwu.c b/bl1/bl1_fwu.c index 387808334..ed027abc7 100644 --- a/bl1/bl1_fwu.c +++ b/bl1/bl1_fwu.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include "bl1_private.h" -- cgit v1.2.3