]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: cmd: bootmeth: Fix extlinunx -> extlinux typo
authorMattijs Korpershoek <mkorpershoek@baylibre.com>
Fri, 24 May 2024 13:28:21 +0000 (15:28 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 10 Jun 2024 13:04:06 +0000 (15:04 +0200)
Fix a trivial typo in the bootmeth documentation.

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/usage/cmd/bootmeth.rst

index 2903977ee54d9406d1d2809cbc0f27bc7717b844..bac9fdf85cdc8111e2e84fa1632d3a8ad26c60d2 100644 (file)
@@ -48,7 +48,7 @@ The format looks like this:
 =====  ===  ==================  =================================
 Order  Seq  Name                Description
 =====  ===  ==================  =================================
-    0    0  extlinunx           Extlinux boot from a block device
+    0    0  extlinu           Extlinux boot from a block device
     1    1  efi                 EFI boot from an .efi file
     2    2  pxe                 PXE boot from a network device
     3    3  sandbox             Sandbox boot for testing