[PATCH] ARM: dts: Makefile: Fix alpine dtb name

Fabio Estevam festevam at gmail.com
Thu Apr 2 05:25:44 PDT 2015


From: Fabio Estevam <fabio.estevam at freescale.com>

The name of the dts file is alpine-db.dts, so fix it in the Makefile.

Reported-by: Russell King <rmk+kernel at arm.linux.org.uk>
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 arch/arm/boot/dts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 1647e40..c6e95ab 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -1,7 +1,7 @@
 ifeq ($(CONFIG_OF),y)
 
 dtb-$(CONFIG_ARCH_ALPINE) += \
-	alpine_db.dtb
+	alpine-db.dtb
 dtb-$(CONFIG_MACH_ASM9260) += \
 	alphascale-asm9260-devkit.dtb
 # Keep at91 dtb files sorted alphabetically for each SoC
-- 
1.9.1




More information about the linux-arm-kernel mailing list