diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-06-17 15:14:02 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-06-17 15:14:02 +0000 |
commit | 85812e21f9af31b03f0d89f9fa2d9828a7a109c7 (patch) | |
tree | 76609afd39a35df7c256787c4355944ae886fb67 /target | |
parent | ac91824b3675977edb391a6d801657e533d2905d (diff) | |
download | upstream-85812e21f9af31b03f0d89f9fa2d9828a7a109c7.tar.gz upstream-85812e21f9af31b03f0d89f9fa2d9828a7a109c7.tar.bz2 upstream-85812e21f9af31b03f0d89f9fa2d9828a7a109c7.zip |
add dummy fixup for 3.10
SVN-Revision: 41234
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mvebu/patches-3.10/0300-build_mamba_dts.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-3.10/0300-build_mamba_dts.patch b/target/linux/mvebu/patches-3.10/0300-build_mamba_dts.patch new file mode 100644 index 0000000000..56180445f1 --- /dev/null +++ b/target/linux/mvebu/patches-3.10/0300-build_mamba_dts.patch @@ -0,0 +1,21 @@ +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -94,6 +94,7 @@ dtb-$(CONFIG_ARCH_MSM) += msm8660-surf.d + dtb-$(CONFIG_ARCH_MVEBU) += armada-370-db.dtb \ + armada-370-mirabox.dtb \ + armada-370-rd.dtb \ ++ armada-xp-mamba.dtb \ + armada-xp-db.dtb \ + armada-xp-gp.dtb \ + armada-xp-openblocks-ax3-4.dtb +--- a/arch/arm/boot/dts/armada-xp-mv78230.dtsi ++++ b/arch/arm/boot/dts/armada-xp-mv78230.dtsi +@@ -196,8 +196,6 @@ + #interrupt-cells = <2>; + interrupts = <87>, <88>, <89>; + }; +- +- /* + }; + }; + }; |