[Concept,04/22] doc: Fix up the booti examples

Message ID 20250925174753.3429102-5-sjg@u-boot.org
State New
Headers
Series efi: Tidy up some commands and provide a keyboard driver |

Commit Message

Simon Glass Sept. 25, 2025, 5:47 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

The command has been updated but the docs was left behind. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 7f9e630a9ea ("boot: Drop hex prefix from the booti image-mov..")
---

 doc/usage/cmd/booti.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/doc/usage/cmd/booti.rst b/doc/usage/cmd/booti.rst
index 313efb83cc6..a4264853f89 100644
--- a/doc/usage/cmd/booti.rst
+++ b/doc/usage/cmd/booti.rst
@@ -58,7 +58,7 @@  This is the boot log of an Odroid C2 board:
     => load mmc 0:1 $ramdisk_addr_r initrd.img-5.10.0-3-arm64
     27421776 bytes read in 1209 ms (21.6 MiB/s)
     => booti $kernel_addr_r $ramdisk_addr_r:$filesize $fdt_addr_r
-    Moving Image from 0x8080000 to 0x8200000, end=9c60000
+    Moving Image from 8080000 to 8200000, end 9c60000
     ## Flattened Device Tree blob at 08008000
        Booting using the fdt blob at 0x8008000
        Loading Ramdisk to 7a52a000, end 7bf50c50 ... OK
@@ -87,7 +87,7 @@  Here is the boot log for the compressed kernel:
     27421776 bytes read in 1181 ms (22.1 MiB/s)
     => booti $kernel_addr_r $ramdisk_addr_r:$filesize $fdt_addr_r
        Uncompressing Kernel Image
-    Moving Image from 0x8080000 to 0x8200000, end=9c60000
+    Moving Image from 8080000 to 8200000, end 9c60000
     ## Flattened Device Tree blob at 08008000
        Booting using the fdt blob at 0x8008000
        Loading Ramdisk to 7a52a000, end 7bf50c50 ... OK