mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
arm64: dts: rockchip: disable kpti for px30
The cpu will block if the CONFIG_RANDOMIZE_BASE\rockchip-dmc\kpti are enabled, and the kpti will reduced system performance. Change-Id: Icd054a4a9cbbea20bd8f8c33a6db64c6fd304fd0 Signed-off-by: Weixin Zhou <zwx@rock-chips.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
bootargs = "earlyprintk=uart8250,mmio32,0xff160000 swiotlb=1 console=ttyFIQ0 androidboot.baseband=N/A androidboot.selinux=permissive androidboot.veritymode=/dev/block/by-name/metadata androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init";
|
||||
bootargs = "earlyprintk=uart8250,mmio32,0xff160000 swiotlb=1 console=ttyFIQ0 androidboot.baseband=N/A androidboot.selinux=permissive androidboot.veritymode=/dev/block/by-name/metadata androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init kpti=0";
|
||||
};
|
||||
|
||||
fiq-debugger {
|
||||
|
||||
Reference in New Issue
Block a user