]> git.karo-electronics.de Git - linux-beck.git/commitdiff
MIPS: BMIPS: Build all dtbs if no builtin dtb
authorJonas Gorski <jogo@openwrt.org>
Sun, 12 Apr 2015 10:25:00 +0000 (12:25 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 21 Jun 2015 19:54:16 +0000 (21:54 +0200)
Build all available dtbs to allow them to be appended to the resulting
kernel in case there is no builtin dtb.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: John Crispin <blogic@openwrt.org>
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: Markos Chandras <markos.chandras@imgtec.com>
Cc: Andrew Bresticker <abrestic@chromium.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: James Hartley <James.Hartley@imgtec.com>
Patchwork: https://patchwork.linux-mips.org/patch/9740/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/boot/dts/brcm/Makefile

index b62e5b0f7eb0017fc272d0eb16c46910e2f71e4d..eabeb603e805d72c0869867594fbea49dd26189c 100644 (file)
@@ -11,6 +11,19 @@ dtb-$(CONFIG_DT_BCM97420C)           += bcm97420c.dtb
 dtb-$(CONFIG_DT_BCM97425SVMB)          += bcm97425svmb.dtb
 dtb-$(CONFIG_DT_BCM97435SVMB)          += bcm97435svmb.dtb
 
+dtb-$(CONFIG_DT_NONE)                  += \
+                                               bcm93384wvg.dtb         \
+                                               bcm93384wvg_viper.dtb   \
+                                               bcm96368mvwg.dtb        \
+                                               bcm9ejtagprb.dtb        \
+                                               bcm97125cbmb.dtb        \
+                                               bcm97346dbsmb.dtb       \
+                                               bcm97358svmb.dtb        \
+                                               bcm97360svmb.dtb        \
+                                               bcm97362svmb.dtb        \
+                                               bcm97420c.dtb           \
+                                               bcm97425svmb.dtb
+
 obj-y                          += $(patsubst %.dtb, %.dtb.o, $(dtb-y))
 
 # Force kbuild to make empty built-in.o if necessary