Skip to content

Commit

Permalink
ARM: dts: makefile: build atlas6-evb.dtb for ARCH_ATLAS6
Browse files Browse the repository at this point in the history
Makefile missed to include atlas6-evb.dtb for ARCH_ATLAS6.

Signed-off-by: Barry Song <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
21cnbao authored and olofj committed Sep 30, 2013
1 parent a136997 commit 3349a4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ dtb-$(CONFIG_ARCH_AT91) += sama5d33ek.dtb
dtb-$(CONFIG_ARCH_AT91) += sama5d34ek.dtb
dtb-$(CONFIG_ARCH_AT91) += sama5d35ek.dtb

dtb-$(CONFIG_ARCH_ATLAS6) += atlas6-evb.dtb

dtb-$(CONFIG_ARCH_BCM2835) += bcm2835-rpi-b.dtb
dtb-$(CONFIG_ARCH_BCM) += bcm11351-brt.dtb \
bcm28155-ap.dtb
Expand Down

0 comments on commit 3349a4b

Please sign in to comment.