Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Revert "ARM: dts: msm: don't build whyred and wayne DTB both"
Browse files Browse the repository at this point in the history
  * It doesn't affect size much at all
  * Reverting allows the same kernel to work fine on wayne, so why not allow it

This reverts commit 47a4450.
  • Loading branch information
akhilnarang committed Sep 26, 2018
1 parent 020d02b commit 6d82af7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions arch/arm/boot/dts/qcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,11 @@ endif

dtb-$(CONFIG_ARCH_MSMHAMSTER) += msmhamster-rumi.dtb

dtb-$(CONFIG_KERNEL_CUSTOM_WHYRED) += \
sdm660-mtp_whyred.dtb \
sdm636-mtp_whyred.dtb

dtb-$(CONFIG_KERNEL_CUSTOM_WAYNE) += \
dtb-$(CONFIG_ARCH_SDM660) += sdm660-mtp_whyred.dtb \
sdm636-mtp_whyred.dtb \
sdm636-mtp_wayne.dtb \
sdm660-mtp_wayne_a1.dtb \
sdm660-mtp_wayne.dtb

dtb-$(CONFIG_ARCH_SDM660) += \
#sdm660-mtp.dtb \
#sdm660-sim.dtb \
#sdm660-internal-codec-cdp.dtb \
Expand Down

0 comments on commit 6d82af7

Please sign in to comment.