diff options
author | Tomer Maimon <tmaimon77@gmail.com> | 2018-04-04 14:11:01 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-04-11 06:43:26 +0300 |
commit | 4ce157464415920c7112fa0793efb50639af3429 (patch) | |
tree | 1475c7f4fe1d5fe8494c850af3cc8f57e13bb81d /arch/arm | |
parent | c034410b518ea781822c5d9c870afd53488ce2f0 (diff) | |
download | linux-4ce157464415920c7112fa0793efb50639af3429.tar.xz |
arm: dts: modify Makefile NPCM750 configuration name
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
(cherry picked from commit 82e9f1d1f87d23ae943f8508a720f482bc2de256)
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm')
-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 71e23f1c16e5..95e2c122eb64 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -291,7 +291,7 @@ dtb-$(CONFIG_ARCH_LPC18XX) += \ dtb-$(CONFIG_ARCH_LPC32XX) += \ lpc3250-ea3250.dtb \ lpc3250-phy3250.dtb -dtb-$(CONFIG_ARCH_NPCM750) += \ +dtb-$(CONFIG_ARCH_NPCM7XX) += \ nuvoton-npcm750-evb.dtb dtb-$(CONFIG_MACH_MESON6) += \ meson6-atv1200.dtb |