diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2020-03-31 15:33:46 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2020-04-28 20:47:44 +0800 |
commit | 2bffb728834d5293c456fe23ff0248180b96be38 (patch) | |
tree | 20f6d075f6b4fbc584391557c3413ba3f9c3b1a6 /arch/arm/dts | |
parent | 1e1cb9539fc3925796cd2672646a1d1b90186568 (diff) |
rockchip: px30-evb: remove redundant include file
The file <board name>-u-boot.dtsi inculde automatically by the build
system, no need to add this to dts file.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/px30-evb.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/px30-evb.dts b/arch/arm/dts/px30-evb.dts index d886f17242..4134e2ee13 100644 --- a/arch/arm/dts/px30-evb.dts +++ b/arch/arm/dts/px30-evb.dts @@ -8,7 +8,6 @@ #include <dt-bindings/input/input.h> #include <dt-bindings/pinctrl/rockchip.h> #include "px30.dtsi" -#include "px30-evb-u-boot.dtsi" / { model = "Rockchip PX30 EVB"; |