mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
arm64: dts: rockchip: update rk3328-evb bootargs
Tried to correct the right things for buildroot: * remove rockchip_jtag * keep console as FIQ0 * add "root=" boot option * "earlyprintk=uart8250-32bit" -> "earlycon=uart8250,mmio32" Change-Id: I82fa22ca7e2198dbfacbbf3ac6e951a571c3811c Signed-off-by: Zain Wang <wzz@rock-chips.com>
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
compatible = "rockchip,rk3328-evb", "rockchip,rk3328";
|
||||
|
||||
chosen {
|
||||
bootargs = "rockchip_jtag earlyprintk=uart8250-32bit,0xff130000 swiotlb=1 kpti=0";
|
||||
bootargs = "earlycon=uart8250,mmio32,0xff130000 swiotlb=1 kpti=0 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootwait";
|
||||
};
|
||||
|
||||
fiq-debugger {
|
||||
|
||||
Reference in New Issue
Block a user