[PATCH 2/3] doc: stm32mp1: fix literal block markers (::)
Grzegorz Szymaszek
gszymaszek at short.pl
Fri Jul 26 19:18:00 CEST 2024
Signed-off-by: Grzegorz Szymaszek <gszymaszek at short.pl>
---
doc/board/st/stm32mp1.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/board/st/stm32mp1.rst b/doc/board/st/stm32mp1.rst
index 239e18b5e17..98167e80618 100644
--- a/doc/board/st/stm32mp1.rst
+++ b/doc/board/st/stm32mp1.rst
@@ -265,7 +265,7 @@ Build Procedure
# make stm32mp15_defconfig
# make DEVICE_TREE=stm32mp157c-ev1-scmi all
- or without SCMI support
+ or without SCMI support::
# export KBUILD_OUTPUT=stm32mp15
# make stm32mp15_defconfig
@@ -796,7 +796,7 @@ You can update the boot device:
When the board is booting for nor0 or nand0,
only the MTD partition on the boot devices are available, for example:
-- NOR (nor0 = alt 20, nor1 = alt 26) & NAND (nand0 = alt 27) :
+- NOR (nor0 = alt 20, nor1 = alt 26) & NAND (nand0 = alt 27)::
$> dfu-util -d 0483:5720 -a 21 -D tf-a-stm32mp157c-ev1.stm32
$> dfu-util -d 0483:5720 -a 22 -D tf-a-stm32mp157c-ev1.stm32
--
2.43.0
More information about the U-Boot
mailing list