diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-06-18 14:30:17 +0400 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2014-06-19 12:45:36 +0400 |
commit | 88a1c67ff6e6fe5d8391cd87ea89744a5f2728a4 (patch) | |
tree | 081e293f45ccf0d619c0ffe21c817ca26b53c003 /arch/arm/boot/dts/Makefile | |
parent | 9796853e902447e53a17dae5df9eb609f0e31e6a (diff) | |
download | linux-88a1c67ff6e6fe5d8391cd87ea89744a5f2728a4.tar.xz |
ARM: stih41x: Rename stih416-b2020-revE.dts to stih416-b2020e.dts
Two reasons for this rename. Firstly, it removes the camel case
convention which isn't used by any other platform and secondly it
matches the naming convention for the internal kernel, which can
become annoying when flipping between the two.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 5986ff63b901..adb5ed9e269e 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -357,7 +357,7 @@ dtb-$(CONFIG_ARCH_STI)+= stih407-b2120.dtb \ stih415-b2020.dtb \ stih416-b2000.dtb \ stih416-b2020.dtb \ - stih416-b2020-revE.dtb + stih416-b2020e.dtb dtb-$(CONFIG_MACH_SUN4I) += \ sun4i-a10-a1000.dtb \ sun4i-a10-cubieboard.dtb \ |