samsung: tizen_bpif3: Remove unknown kernel command line 73/316873/1
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 19 Dec 2024 01:49:30 +0000 (10:49 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 19 Dec 2024 01:49:30 +0000 (10:49 +0900)
"earlyprintk: is displaying as unknown kernel command line.
Because riscv doesn't provide earlyprintk, instead it's using
earlycon=sbi.

Change-Id: I91df772e37bad4cbfc890ce299d0a5273741df0f
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/samsung/tizen_bpif3.h

index 0d59cec92273ebb2fb70c3116c432538d7b812e3..e3a9dec8d15704fa578fbf0004caa3906059b48e 100644 (file)
@@ -63,7 +63,7 @@
        "fdtfile=k1-bananapi-f3.dtb\0"          \
        "fdt_addr_r=0x1f000000\0"               \
        "tfm=setenv bootmode download; run bootcmd\0"   \
-       "tizen_bootarg=swiotlb=65536 clk_ignore_unused earlyprintk earlycon=sbi\0"      \
+       "tizen_bootarg=swiotlb=65536 clk_ignore_unused earlycon=sbi\0"  \
        "opts=loglevel=7\0"                     \
        "reboot_param_clear=" CLEAR_REBOOT_PARAM "\0"                           \
        "script=boot.scr.uimg\0" \