diff options
author | Olof Johansson <olof@lixom.net> | 2015-04-01 20:05:54 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-04-01 20:05:58 -0400 |
commit | d24363a5a40a3b7f976faada311b623fc8047b1e (patch) | |
tree | a4b43ecf14ea0163c136c9b8c7eb9c05c64ea5b5 | |
parent | 2effbad526869faa7fd61136819a548e0d1966f1 (diff) |
ARM: dts: fix typo in makefile for alpine-db
File uses dash in the filename, not underscore.
Reported-by: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Olof Johansson <olof@lixom.net>
-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 4e1b3873d809..a1f1aa73a430 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | ifeq ($(CONFIG_OF),y) | 1 | ifeq ($(CONFIG_OF),y) |
2 | 2 | ||
3 | dtb-$(CONFIG_ARCH_ALPINE) += \ | 3 | dtb-$(CONFIG_ARCH_ALPINE) += \ |
4 | alpine_db.dtb | 4 | alpine-db.dtb |
5 | dtb-$(CONFIG_MACH_ASM9260) += \ | 5 | dtb-$(CONFIG_MACH_ASM9260) += \ |
6 | alphascale-asm9260-devkit.dtb | 6 | alphascale-asm9260-devkit.dtb |
7 | # Keep at91 dtb files sorted alphabetically for each SoC | 7 | # Keep at91 dtb files sorted alphabetically for each SoC |