summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-01-08 20:26:19 -0500
committerTom Rini <[email protected]>2022-01-08 20:26:19 -0500
commit6ef836accea026a5f87145f890ee47748bc8bfac (patch)
tree1e0deb990df68e64b620c45ce954ba15e8966f98 /doc
parent47de135994b59f5787cba233f0102ab97a4e5726 (diff)
parentb05cebb5f244f2891b40397ce2eb0f4596fec659 (diff)
Merge branch '2022-01-08-further-important-updates'
- Further udoo_neo fixes, nitrogen6x mmc pinctrl fix - dwc2_udc_otg fix - Make imx8mq be consistent with yesterdays imx8 fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/board/nxp/imx8mq_evk.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/board/nxp/imx8mq_evk.rst b/doc/board/nxp/imx8mq_evk.rst
index 92eeda79aa1..aa1ecfb47ad 100644
--- a/doc/board/nxp/imx8mq_evk.rst
+++ b/doc/board/nxp/imx8mq_evk.rst
@@ -50,7 +50,6 @@ Burn the flash.bin to MicroSD card offset 33KB:
.. code-block:: bash
$sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=33 conv=notrunc
- $sudo dd if=u-boot.itb of=/dev/sd[x] bs=1024 seek=384 conv=notrunc
Boot
----