tizen: bootscript: tizen-boot-vf2: Fix the earlycon value 29/320229/1
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 11 Nov 2024 06:46:09 +0000 (15:46 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 11 Nov 2024 06:46:09 +0000 (15:46 +0900)
When it's set only to "earlycon", it's stucked at Starting kernel.
To fix this problem, add "earylcon=sbi" as correct value.

Change-Id: Id82c8435052b6fb67c72759276fae42b8cee8d33
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
tizen/bootscript/tizen-boot-vf2.scr

index 1ef0d36527dc74b5b35046caa0796787afd4163d..2c2e7e18d3c59e97725767b5e250ee331d23ff14 100644 (file)
@@ -138,7 +138,7 @@ fi
 
 # set console device if nothing is set
 if test -z "${console}"; then;
-       setenv console "console=ttyS0,115200n8 earlycon";
+       setenv console "console=ttyS0,115200n8 earlycon=sbi";
 fi
 echo "console: ${console}"