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 14:17:44 +0000 (15:17 +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 d44580f8f6b0741f49bf3cd8d2cfadc44f177b61..deb7231d2fcab7e8949cf9ccd53b677dfd931d8a 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 4393faf20a765309bf645fc9205595bcaa0ae8e4..c2c6bce7a2e44adc633202823ed874a911cc3d60 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 67331b928146b03ddb8ac49c08c1d328dfa73deb..9be35b16f9f1cf2eb0dd6cb61552cc07b7088015 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