board: amlogic: tizen-board-odroid-n2: add earlycon into bootargs
authorJaehoon Chung <jh80.chung@samsung.com>
Sun, 10 May 2020 22:35:44 +0000 (07:35 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 15 Nov 2021 10:37:12 +0000 (11:37 +0100)
Add earlycon into bootargs.
N2 - aml-uart,0xff803000

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
board/amlogic/w400/tizen-boot-odroid-n2-64b.scr

index 3793f50..643972e 100644 (file)
@@ -119,7 +119,7 @@ fi
 
 # setting console device if noting is set
 if test -z "${console}"; then;
-       setenv console "console=ttyS0,115200n8"
+       setenv console "console=ttyS0,115200n8 earlycon=aml-uart,0xff803000"
 fi
 echo "console: ${console}"