[PATCH v3 2/5] arm64: dts: qcom: msm8916-samsung-j5: Drop from Makefile

Lin, Meng-Bo posted 5 patches 3 years, 4 months ago
There is a newer version of this series
[PATCH v3 2/5] arm64: dts: qcom: msm8916-samsung-j5: Drop from Makefile
Posted by Lin, Meng-Bo 3 years, 4 months ago
Before moving msm8916-samsung-j5.dts to msm8916-samsung-j5-common.dtsi,
drop it from Makefile temporarily to avoid errors.

Signed-off-by: Lin, Meng-Bo <linmengbo0689@protonmail.com>
---
 arch/arm64/boot/dts/qcom/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile
index 1d86a33de528..6db7d9d791d5 100644
--- a/arch/arm64/boot/dts/qcom/Makefile
+++ b/arch/arm64/boot/dts/qcom/Makefile
@@ -15,7 +15,6 @@ dtb-$(CONFIG_ARCH_QCOM)	+= msm8916-longcheer-l8910.dtb
 dtb-$(CONFIG_ARCH_QCOM)	+= msm8916-mtp.dtb
 dtb-$(CONFIG_ARCH_QCOM)	+= msm8916-samsung-a3u-eur.dtb
 dtb-$(CONFIG_ARCH_QCOM)	+= msm8916-samsung-a5u-eur.dtb
-dtb-$(CONFIG_ARCH_QCOM)	+= msm8916-samsung-j5.dtb
 dtb-$(CONFIG_ARCH_QCOM)	+= msm8916-samsung-serranove.dtb
 dtb-$(CONFIG_ARCH_QCOM)	+= msm8916-wingtech-wt88047.dtb
 dtb-$(CONFIG_ARCH_QCOM)	+= msm8992-lg-bullhead-rev-10.dtb
-- 
2.30.2
Re: [PATCH v3 2/5] arm64: dts: qcom: msm8916-samsung-j5: Drop from Makefile
Posted by Krzysztof Kozlowski 3 years, 4 months ago
On 28/09/2022 19:00, Lin, Meng-Bo wrote:
> Before moving msm8916-samsung-j5.dts to msm8916-samsung-j5-common.dtsi,
> drop it from Makefile temporarily to avoid errors.
> 
> Signed-off-by: Lin, Meng-Bo <linmengbo0689@protonmail.com>

This change does not make any sense. Rename of DTS into DTSI must be
together with adding back that DTS.

Best regards,
Krzysztof