Skip to content

Commit ffbaf9f

Browse files
Wu Liangqingrkhuangtao
authored andcommitted
arm64: dts: rockchip: remove androidboot bootargs for px30/rk3399 boards
Change-Id: I7a04b215fba6d6967bb241f1d07f0199612ccc9c Signed-off-by: Wu Liangqing <[email protected]>
1 parent cc49e88 commit ffbaf9f

File tree

6 files changed

+4
-12
lines changed

6 files changed

+4
-12
lines changed

arch/arm64/boot/dts/rockchip/px30-android.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/ {
88
chosen: chosen {
9-
bootargs = "earlycon=uart8250,mmio32,0xff160000 console=ttyFIQ0 androidboot.baseband=N/A androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init kpti=0";
9+
bootargs = "earlycon=uart8250,mmio32,0xff160000 console=ttyFIQ0 init=/init kpti=0";
1010
};
1111

1212
fiq-debugger {

arch/arm64/boot/dts/rockchip/px30-evb-ddr4-v10.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
compatible = "rockchip,px30-evb-ddr4-v10", "rockchip,px30";
1515
};
1616

17-
&chosen {
18-
bootargs_ext = "androidboot.boot_devices=ff390000.dwmmc,ff3b0000.nandc";
19-
};
20-
2117
&dsi {
2218
status = "okay";
2319

arch/arm64/boot/dts/rockchip/px30-mini-evb-ddr3-v11-avb.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
compatible = "rockchip,px30-mini-evb-ddr3-v11-avb", "rockchip,px30";
1515
};
1616

17-
&chosen {
18-
bootargs_ext = "androidboot.boot_devices=ff390000.dwmmc,ff3b0000.nandc";
19-
};
20-
2117
&dsi {
2218
status = "okay";
2319

arch/arm64/boot/dts/rockchip/rk3399-evb-ind-lpddr4-android-avb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
model = "Rockchip RK3399 EVB IND LPDDR4 Board edp (Android)";
1313
compatible = "rockchip,android", "rockchip,rk3399-evb-ind-lpddr4-android", "rockchip,rk3399";
1414
chosen: chosen {
15-
bootargs = "earlycon=uart8250,mmio32,0xff1a0000 console=ttyFIQ0 androidboot.baseband=N/A androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init initrd=0x62000001,0x00800000 coherent_pool=1m";
15+
bootargs = "earlycon=uart8250,mmio32,0xff1a0000 console=ttyFIQ0 init=/init initrd=0x62000001,0x00800000 coherent_pool=1m";
1616
};
1717

1818
iram: sram@ff8d0000 {

arch/arm64/boot/dts/rockchip/rk3399-evb-ind-lpddr4-v13-android-avb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
model = "Rockchip RK3399 EVB IND LPDDR4 Board edp (Android)";
1313
compatible = "rockchip,android", "rockchip,rk3399-evb-ind-v13-lpddr4-android", "rockchip,rk3399";
1414
chosen: chosen {
15-
bootargs = "earlycon=uart8250,mmio32,0xff1a0000 console=ttyFIQ0 androidboot.baseband=N/A androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init initrd=0x62000001,0x00800000 coherent_pool=1m";
15+
bootargs = "earlycon=uart8250,mmio32,0xff1a0000 console=ttyFIQ0 init=/init initrd=0x62000001,0x00800000 coherent_pool=1m";
1616
};
1717

1818
iram: sram@ff8d0000 {

arch/arm64/boot/dts/rockchip/rk3399-mid-818-android.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/ {
1818
compatible = "rockchip,rk3399-mid", "rockchip,rk3399";
1919
chosen: chosen {
20-
bootargs = "earlycon=uart8250,mmio32,0xff1a0000 console=ttyFIQ0 androidboot.baseband=N/A androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init initrd=0x62000001,0x00800000 coherent_pool=1m";
20+
bootargs = "earlycon=uart8250,mmio32,0xff1a0000 console=ttyFIQ0 init=/init initrd=0x62000001,0x00800000 coherent_pool=1m";
2121
};
2222

2323
adc_keys {

0 commit comments

Comments
 (0)