summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-10-28 15:20:28 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-11-23 19:59:12 +0100
commitab1ac071a5d27a2b846a72a3d04edfc42ffeb7b3 (patch)
treee3eea3a0749e50fd188175fb147dee8e30bd52bf
parent7708942df818de3284ec5620821def83fdf39fd8 (diff)
u-boot: boot.cmd: fix typo in documentation
Use root_* incoming variable names where it should be. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com> (cherry picked from commit d449620d1ac753742c466cce7df2f787395121ca)
-rw-r--r--recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in b/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in
index 24f15ee..022713a 100644
--- a/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in
+++ b/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in
@@ -9,9 +9,9 @@
# - boot device type: boot_devtype := {mmc, usb, tftp, dhcp}
# - boot device num (for mmc, usb types): boot_devnum := {0 .. MAX_DEV_NUM}
# - boot partition (for mmc, usb types): boot_part := {1 .. MAX_PART_NUM}
-# - root device type: boot_devtype := {mmc, usb}
-# - root device num (for mmc, usb types): boot_devnum := {0 .. MAX_DEV_NUM}
-# - root partition (for mmc, usb types): boot_part := {1 .. MAX_PART_NUM}
+# - root device type: root_devtype := {mmc, usb}
+# - root device num (for mmc, usb types): root_devnum := {0 .. MAX_DEV_NUM}
+# - root partition (for mmc, usb types): root_part := {1 .. MAX_PART_NUM}
#
# Defaults:
# root_devtype = boot_devtype = devtype