summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/imx.rst
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2023-10-17 16:51:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-10-24 11:01:59 +0200
commit12d72bebaf80ea33167bde21318ee4f5edaa5cfb (patch)
tree2e5060c0030d5ceb6d43b620b453c11ef3739af7 /Documentation/boards/imx.rst
parent716ccab077de4184ffefae09b0a374cfabb6b82b (diff)
downloadbarebox-12d72bebaf80ea33167bde21318ee4f5edaa5cfb.tar.gz
barebox-12d72bebaf80ea33167bde21318ee4f5edaa5cfb.tar.xz
Documentation: boards: imx: replace i.MX8MQ with i.MX8M
Some parts of the documentation refer to the i.MX8MQ which are valid for all i.MX8M SoCs. Also rename the i.MX8 to i.MX8M to make it clear which family we meant. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Link: https://lore.barebox.org/20231017145131.3069283-29-m.felsch@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/boards/imx.rst')
-rw-r--r--Documentation/boards/imx.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/boards/imx.rst b/Documentation/boards/imx.rst
index c64446aff6..a8f014dd1b 100644
--- a/Documentation/boards/imx.rst
+++ b/Documentation/boards/imx.rst
@@ -21,7 +21,7 @@ The Internal Boot Mode is supported on:
* i.MX53
* i.MX6
* i.MX7
-* i.MX8MQ
+* i.MX8M
With the Internal Boot Mode, the images contain a header which describes
where the binary shall be loaded and started. These headers also contain
@@ -64,8 +64,8 @@ of the image to the card, use:
dd if=images/barebox-freescale-imx51-babbage.img of=/dev/sdd bs=1024 skip=1 seek=1
-Note that MaskROM on i.MX8 expects the image to start at the +33KiB mark, so the
-following command has to be used instead:
+Note that MaskROM on i.MX8M expects the image to start at the +33KiB mark, so
+the following command has to be used instead:
.. code-block:: sh