Use the hvc0 console for the kernel
This commit is contained in:
parent
eb7679f6a2
commit
9b37e2aed0
@ -203,7 +203,7 @@
|
||||
fdt set /memory@80000000 reg <0x0 0x80000000 0x0 0xc0000000>
|
||||
|
||||
# Set kernel options
|
||||
setenv bootargs "root=/dev/ram0 loglevel=7 debug rw earlycon=sbi boot.trace console=ttyS0,115200n8 init=${init}"
|
||||
setenv bootargs "root=/dev/ram0 loglevel=7 debug rw earlycon=sbi boot.trace console=hvc0 init=${init}"
|
||||
|
||||
EOF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user