From d24363a5a40a3b7f976faada311b623fc8047b1e Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Wed, 1 Apr 2015 17:05:54 -0700 Subject: [PATCH] ARM: dts: fix typo in makefile for alpine-db File uses dash in the filename, not underscore. Reported-by: Russell King Signed-off-by: Olof Johansson --- 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 4e1b3873d809..a1f1aa73a430 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