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>
This commit is contained in:
parent
2effbad526
commit
d24363a5a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user