tizen: rpi2/3/4: fix typo in Tizen boot scripts
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 17 Apr 2020 10:43:45 +0000 (12:43 +0200)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 15 Nov 2021 10:19:26 +0000 (11:19 +0100)
/s/comdline/cmdline

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I2464583207200762d981f0d133dacb14ec66a445

board/raspberrypi/rpi/tizen-boot-rpi3-32b.scr
board/raspberrypi/rpi/tizen-boot-rpi3.scr
board/raspberrypi/rpi/tizen-boot-rpi4-32b.scr

index d44580f..deb7231 100644 (file)
@@ -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
index 4393faf..c2c6bce 100644 (file)
@@ -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
index 67331b9..9be35b1 100644 (file)
@@ -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