summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parent3441952f61a62948ccf84c2e3eada9b340c3560d (diff)
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 'docs')
-rw-r--r--docs/maintainers.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/maintainers.rst b/docs/maintainers.rst
index cbfc652f..7731c72e 100644
--- a/docs/maintainers.rst
+++ b/docs/maintainers.rst
@@ -37,16 +37,16 @@ Amlogic Meson S905 (GXBB) platform port
:M: Andre Przywara <andre.przywara@arm.com>
:G: `Andre-ARM`_
:F: docs/plat/meson-gxbb.rst
-:F: drivers/meson/
-:F: plat/meson/gxbb/
+:F: drivers/amlogic/
+:F: plat/amlogic/gxbb/
Amlogic Meson S905x (GXL) platform port
---------------------------------------
:M: Remi Pommarel <repk@triplefau.lt>
:G: `remi-triplefault`_
:F: docs/plat/meson-gxl.rst
-:F: drivers/meson/gxl
-:F: plat/meson/gxl/
+:F: drivers/amlogic/gxl
+:F: plat/amlogic/gxl/
Armv7-A architecture port
-------------------------