aboutsummaryrefslogtreecommitdiffstats
path: root/plat
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2018-03-21 19:18:29 +0000
committerGitHub <noreply@github.com>2018-03-21 19:18:29 +0000
commit6d8db46bec56d3eec3e112886a47b41b07cd4bbe (patch)
treed8ea13b9305af3ba093c026900c64f7af8db7aeb /plat
parent363328063b3004996959d89e9c9711a7664c9733 (diff)
parent085e80ec111b2ab3607f0f38f6ef0062922bc196 (diff)
downloadplatform_external_arm-trusted-firmware-6d8db46bec56d3eec3e112886a47b41b07cd4bbe.tar.gz
platform_external_arm-trusted-firmware-6d8db46bec56d3eec3e112886a47b41b07cd4bbe.tar.bz2
platform_external_arm-trusted-firmware-6d8db46bec56d3eec3e112886a47b41b07cd4bbe.zip
Merge pull request #1314 from antonio-nino-diaz-arm/an/smccc-header
Rename 'smcc' to 'smccc'
Diffstat (limited to 'plat')
-rw-r--r--plat/arm/common/execution_state_switch.c4
-rw-r--r--plat/rockchip/rk3399/drivers/dp/cdn_dp.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/plat/arm/common/execution_state_switch.c b/plat/arm/common/execution_state_switch.c
index 8499db074..22d552ad9 100644
--- a/plat/arm/common/execution_state_switch.c
+++ b/plat/arm/common/execution_state_switch.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -10,7 +10,7 @@
#include <context_mgmt.h>
#include <plat_arm.h>
#include <psci.h>
-#include <smcc_helpers.h>
+#include <smccc_helpers.h>
#include <string.h>
#include <utils.h>
diff --git a/plat/rockchip/rk3399/drivers/dp/cdn_dp.c b/plat/rockchip/rk3399/drivers/dp/cdn_dp.c
index d0e598610..f1a5e2b7a 100644
--- a/plat/rockchip/rk3399/drivers/dp/cdn_dp.c
+++ b/plat/rockchip/rk3399/drivers/dp/cdn_dp.c
@@ -1,11 +1,11 @@
/*
- * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <cdn_dp.h>
-#include <smcc.h>
+#include <smccc.h>
#include <stdlib.h>
#include <string.h>