diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2016-10-20 16:15:43 +0300 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-10-20 16:48:35 +0300 |
commit | ee6310e8b2095e593a7d6f391105d572adad5a06 (patch) | |
tree | ad50e19f5447f57944ea1ac2c6b378d10f137bf0 /arch/arm/boot/dts/Makefile | |
parent | d724f945958966f2b92dfbd7cf888ac4bcc4805f (diff) | |
download | linux-ee6310e8b2095e593a7d6f391105d572adad5a06.tar.xz |
ARM: dts: remove STiH416-b2020.dts
Since v4.8, STiH415/416 clock support has
been removed [1], these platform doesn't boot.
We can remove DTS files related to these socs.
[1] https://patchwork.kernel.org/patch/9157571/
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 7d694e753c18..3ea1a9dd6cd1 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -715,7 +715,6 @@ dtb-$(CONFIG_ARCH_STI) += \ stih415-b2000.dtb \ stih415-b2020.dtb \ stih416-b2000.dtb \ - stih416-b2020.dtb \ stih418-b2199.dtb dtb-$(CONFIG_ARCH_STM32)+= \ stm32f429-disco.dtb \ |