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)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 4 Nov 2020 03:19:48 +0000 (12:19 +0900)
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 3793f5083a3f50cdd018d28a25bab8a3aa35c861..643972e86fbd157e774be2e26ceeb0bcee591846 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}"