summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-10-28 15:20:28 +0200
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-10-28 15:20:28 +0200
commitd449620d1ac753742c466cce7df2f787395121ca (patch)
tree30c161d0c415d77fdac10758dafc59ee2474a9b6
parent3d1731f91dcff78bdbd0abcb978436d25280b8f1 (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>
-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