From ab1ac071a5d27a2b846a72a3d04edfc42ffeb7b3 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Wed, 28 Oct 2020 15:20:28 +0200 Subject: u-boot: boot.cmd: fix typo in documentation Use root_* incoming variable names where it should be. Signed-off-by: Oleksandr Suvorov (cherry picked from commit d449620d1ac753742c466cce7df2f787395121ca) --- recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-bsp') 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 -- cgit v1.2.3