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:
Zain Wang 2018-09-29 10:24:40 +08:00 committed by Tao Huang
parent 0681234c1d
commit a8599037a1

View File

@ -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 {