diff options
Diffstat (limited to 'docs/plat/meson-gxl.rst')
-rw-r--r-- | docs/plat/meson-gxl.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/plat/meson-gxl.rst b/docs/plat/meson-gxl.rst index feac2dd07..c6d850446 100644 --- a/docs/plat/meson-gxl.rst +++ b/docs/plat/meson-gxl.rst @@ -1,5 +1,5 @@ -Trusted Firmware-A for Amlogic Meson S905x (GXL) -================================================ +Amlogic Meson S905x (GXL) +========================= The Amlogic Meson S905x is a SoC with a quad core Arm Cortex-A53 running at 1.5Ghz. It also contains a Cortex-M3 used as SCP. @@ -15,7 +15,7 @@ and Linux: In order to build it: -:: +.. code:: shell CROSS_COMPILE=aarch64-linux-gnu- make DEBUG=1 PLAT=gxl |