diff options
author | Tomer Maimon <tmaimon77@gmail.com> | 2018-04-04 14:11:01 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-04-05 11:13:31 +0200 |
commit | 82e9f1d1f87d23ae943f8508a720f482bc2de256 (patch) | |
tree | 222b44e879b00cb33480b77a22fe0ea47525333b /arch/arm/boot/dts | |
parent | 016c366f505f96dce2a4d0e1e9075fe6e0dfad3e (diff) | |
download | talos-obmc-linux-82e9f1d1f87d23ae943f8508a720f482bc2de256.tar.gz talos-obmc-linux-82e9f1d1f87d23ae943f8508a720f482bc2de256.zip |
arm: dts: modify Makefile NPCM750 configuration name
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts')
-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 8164c1294226..7e2424957809 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -307,7 +307,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 |