From ee930fffee469d076998274a2ca55e13dc1efb67 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:54 +0000 Subject: [PATCH] enable tun/tap/iptables --- u-boot/arch/arm/dts/px30.dtsi | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/u-boot/arch/arm/dts/px30.dtsi b/u-boot/arch/arm/dts/px30.dtsi index e105f4f..bffbbff 100644 --- a/u-boot/arch/arm/dts/px30.dtsi +++ b/u-boot/arch/arm/dts/px30.dtsi @@ -288,13 +288,6 @@ status = "disabled"; }; - secure_otp: secure_otp@ff110000 { - compatible = "rockchip,px30-secure-otp"; - reg = <0x0 0xff110000 0x0 0x4000>; - secure_conf = <0xff11C008>; - mask_addr = <0xff2d0000>; - }; - gic: interrupt-controller@ff131000 { compatible = "arm,gic-400"; #interrupt-cells = <3>; -- Gitblit v1.6.2