arm64: dts: rockchip: update bootargs for rk3368-xikp-avb and rk3368-p9-avb boards

Change-Id: I49f2348a8e2774c58afd743a6f7de4706aa10360
Signed-off-by: Zorro Liu <lyx@rock-chips.com>
This commit is contained in:
Zorro Liu
2019-01-08 15:52:39 +08:00
committed by Tao Huang
parent 5f582e90ef
commit eee8a63698
2 changed files with 2 additions and 2 deletions

View File

@@ -31,5 +31,5 @@
};
&chosen {
bootargs = "earlyprintk=uart8250,mmio32,0xff690000 swiotlb=1 console=ttyFIQ0 androidboot.baseband=N/A androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init root=PARTUUID=af01642c-9b84-11e8-9b2a-234eb5e198a0 kpti=0";
bootargs = "earlyprintk=uart8250,mmio32,0xff690000 swiotlb=1 console=ttyFIQ0 androidboot.baseband=N/A androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 androidboot.selinux=permissive init=/init kpti=0";
};

View File

@@ -31,5 +31,5 @@
};
&chosen {
bootargs = "earlyprintk=uart8250,mmio32,0xff690000 swiotlb=1 console=ttyFIQ0 androidboot.baseband=N/A androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init root=PARTUUID=af01642c-9b84-11e8-9b2a-234eb5e198a0 kpti=0";
bootargs = "earlyprintk=uart8250,mmio32,0xff690000 swiotlb=1 console=ttyFIQ0 androidboot.baseband=N/A androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 androidboot.selinux=permissive init=/init kpti=0";
};