From: Marek Szyprowski Date: Fri, 17 Apr 2020 10:43:45 +0000 (+0200) Subject: tizen: rpi2/3/4: fix typo in Tizen boot scripts X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32011134bfb83bb252ba078693aab4bcac9bfc53;p=platform%2Fkernel%2Fu-boot.git tizen: rpi2/3/4: fix typo in Tizen boot scripts /s/comdline/cmdline Signed-off-by: Marek Szyprowski Change-Id: I2464583207200762d981f0d133dacb14ec66a445 --- diff --git a/board/raspberrypi/rpi/tizen-boot-rpi3-32b.scr b/board/raspberrypi/rpi/tizen-boot-rpi3-32b.scr index d44580f8f6..deb7231d2f 100644 --- a/board/raspberrypi/rpi/tizen-boot-rpi3-32b.scr +++ b/board/raspberrypi/rpi/tizen-boot-rpi3-32b.scr @@ -56,7 +56,7 @@ else fi setenv boot_prefixes \"/\" -# To use comdline for using serial console. /* Normal mode */ +# To use cmdline for using serial console. /* Normal mode */ setenv bootargs \"${tizen_bootarg} smsc95xx.macaddr=${ethaddr} root=/dev/${rootdev} rw bootmode=${bootmode} rootwait ${console} ${opts} ${ip_opt}\" # Find the ramdisk offset and block count diff --git a/board/raspberrypi/rpi/tizen-boot-rpi3.scr b/board/raspberrypi/rpi/tizen-boot-rpi3.scr index 4393faf20a..c2c6bce7a2 100644 --- a/board/raspberrypi/rpi/tizen-boot-rpi3.scr +++ b/board/raspberrypi/rpi/tizen-boot-rpi3.scr @@ -56,7 +56,7 @@ else fi setenv boot_prefixes \"/\" -# To use comdline for using serial console. /* Normal mode */ +# To use cmdline for using serial console. /* Normal mode */ setenv bootargs \"${tizen_bootarg} smsc95xx.macaddr=${ethaddr} root=/dev/${rootdev} rw bootmode=${bootmode} rootwait ${console} ${opts} ${ip_opt}\" # Find the ramdisk offset and block count diff --git a/board/raspberrypi/rpi/tizen-boot-rpi4-32b.scr b/board/raspberrypi/rpi/tizen-boot-rpi4-32b.scr index 67331b9281..9be35b16f9 100644 --- a/board/raspberrypi/rpi/tizen-boot-rpi4-32b.scr +++ b/board/raspberrypi/rpi/tizen-boot-rpi4-32b.scr @@ -52,7 +52,7 @@ kernel=zImage setenv fdtfile \"bcm2711-rpi-4-b.dtb\" setenv boot_prefixes \"/\" -# To use comdline for using serial console. /* Normal mode */ +# To use cmdline for using serial console. /* Normal mode */ setenv bootargs \"${tizen_bootarg} root=/dev/${rootdev} rw bootmode=${bootmode} rootwait ${console} ${opts} ${ip_opt}\" # Find the ramdisk offset and block count