diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2016-10-20 16:21:07 +0300 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-10-20 16:48:38 +0300 |
commit | ce1dfb3817523dbbfad30c815eae024b50c00890 (patch) | |
tree | 6b545a288713fa6dd38010b49ed334c486cea926 /arch/arm/boot/dts/Makefile | |
parent | 1a770b724d2d9f54a1a8c7aed7b4db1596dff677 (diff) | |
download | linux-ce1dfb3817523dbbfad30c815eae024b50c00890.tar.xz |
ARM: dts: remove STiH415-b2000.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 594275c7d163..376db94a695f 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -712,7 +712,6 @@ dtb-$(CONFIG_ARCH_STI) += \ stih407-b2120.dtb \ stih410-b2120.dtb \ stih410-b2260.dtb \ - stih415-b2000.dtb \ stih418-b2199.dtb dtb-$(CONFIG_ARCH_STM32)+= \ stm32f429-disco.dtb \ |