Skip to content

Commit

Permalink
ARM: davinci: move dtb targets to common location
Browse files Browse the repository at this point in the history
The dtb targets belong in arch/arm/boot/dts/Makefile now, so move the
newly added davinci targets there.

Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Olof Johansson committed Nov 20, 2012
1 parent 6ee052a commit 3fcdc05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ dtb-$(CONFIG_ARCH_AT91) += aks-cdu.dtb \
usb_a9263.dtb \
usb_a9g20.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2835-rpi-b.dtb
dtb-$(CONFIG_ARCH_DAVINCI) += da850-enbw-cmc.dtb \
da850-evm.dtb
dtb-$(CONFIG_ARCH_DOVE) += dove-cm-a510.dtb \
dove-cubox.dtb \
dove-dove-db.dtb
Expand Down
2 changes: 0 additions & 2 deletions arch/arm/mach-davinci/Makefile.boot
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ else
params_phys-y := 0x80000100
initrd_phys-y := 0x80800000
endif

dtb-$(CONFIG_MACH_DA8XX_DT) += da850-enbw-cmc.dtb da850-evm.dtb

0 comments on commit 3fcdc05

Please sign in to comment.