aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorCarlo Caione <ccaione@baylibre.com>2019-08-23 18:28:36 +0100
committerCarlo Caione <ccaione@baylibre.com>2019-09-05 10:39:25 +0100
commit4a079c752beef8c2e8072b55a267d4b597b1e05b (patch)
treef238d3473ebb0cef430977477dbea7ca72d0197b /drivers
parent3441952f61a62948ccf84c2e3eada9b340c3560d (diff)
downloadplatform_external_arm-trusted-firmware-4a079c752beef8c2e8072b55a267d4b597b1e05b.tar.gz
platform_external_arm-trusted-firmware-4a079c752beef8c2e8072b55a267d4b597b1e05b.tar.bz2
platform_external_arm-trusted-firmware-4a079c752beef8c2e8072b55a267d4b597b1e05b.zip
meson: Rename platform directory to amlogic
Meson is the internal code name for the SoC family. The correct name for the platform should be Amlogic. Change the name of the platform directory. Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Icc140e1ea137f12117acbf64c7dcb1a8b66b345d
Diffstat (limited to 'drivers')
-rw-r--r--drivers/amlogic/console/aarch64/meson_console.S (renamed from drivers/meson/console/aarch64/meson_console.S)4
-rw-r--r--drivers/amlogic/gxl/crypto/sha_dma.c (renamed from drivers/meson/gxl/crypto/sha_dma.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/meson/console/aarch64/meson_console.S b/drivers/amlogic/console/aarch64/meson_console.S
index 22d077332..e645cbab8 100644
--- a/drivers/meson/console/aarch64/meson_console.S
+++ b/drivers/amlogic/console/aarch64/meson_console.S
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -7,7 +7,7 @@
#include <asm_macros.S>
#include <assert_macros.S>
#include <console_macros.S>
-#include <drivers/meson/meson_console.h>
+#include <drivers/amlogic/meson_console.h>
.globl console_meson_register
.globl console_meson_init
diff --git a/drivers/meson/gxl/crypto/sha_dma.c b/drivers/amlogic/gxl/crypto/sha_dma.c
index a969dea74..a969dea74 100644
--- a/drivers/meson/gxl/crypto/sha_dma.c
+++ b/drivers/amlogic/gxl/crypto/sha_dma.c