aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2019-03-13 17:31:36 +0000
committerGitHub <noreply@github.com>2019-03-13 17:31:36 +0000
commitd7cf435bedf9133312d2edc9389e1e9a65d3ccc9 (patch)
treecc604a27c8d62662d6a48f442b3ef08cb13e2232 /docs
parent620d9832f96ffcaf86d38b703ca913438d6eea7c (diff)
parent179f82a2c6d524b0f0b00f5b7e02208b11ef9649 (diff)
downloadplatform_external_arm-trusted-firmware-d7cf435bedf9133312d2edc9389e1e9a65d3ccc9.tar.gz
platform_external_arm-trusted-firmware-d7cf435bedf9133312d2edc9389e1e9a65d3ccc9.tar.bz2
platform_external_arm-trusted-firmware-d7cf435bedf9133312d2edc9389e1e9a65d3ccc9.zip
Merge pull request #1859 from JackyBai/master
refact the imx8m common code and add the imx8mm support
Diffstat (limited to 'docs')
-rw-r--r--docs/plat/imx8m.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/plat/imx8m.rst b/docs/plat/imx8m.rst
index ab33a8a5f..a69f02227 100644
--- a/docs/plat/imx8m.rst
+++ b/docs/plat/imx8m.rst
@@ -31,6 +31,7 @@ Build Procedure
CROSS_COMPILE=aarch64-linux-gnu- make PLAT=<Target_SoC> bl31
Target_SoC should be "imx8mq" for i.MX8MQ SoC.
+ Target_SoC should be "imx8mm" for i.MX8MM SoC.
Deploy TF-A Images
-----------------