mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM64: dts: rk3399: android: enable early console only
Disable the normal console of 8250, because we use fiq_debugger console named ttyFIQ0. Change-Id: I107cf950d646f8d42d2f3e7a6846762a59f3eb97 Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
compatible = "rockchip,android", "rockchip,rk3399";
|
||||
|
||||
chosen {
|
||||
bootargs = "console=uart,mmio32,0xff1a0000";
|
||||
bootargs = "earlycon=uart8250,mmio32,0xff1a0000";
|
||||
};
|
||||
|
||||
ramoops_mem: ramoops_mem {
|
||||
|
||||
Reference in New Issue
Block a user