diff options
author | Tom Rini <trini@konsulko.com> | 2017-06-03 18:04:54 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-03 18:04:54 -0400 |
commit | b07d044d5bfa8c440b172eb3f8a9d537f82e21b6 (patch) | |
tree | ce602fbadf8c01f2fab7a214acd68e54180d41e4 /arch/arm/dts/Makefile | |
parent | 91d27a17c602561f051510727499d29f753c4a32 (diff) | |
parent | 868e37159e8e0b776600ebb65efcbc53f1318ba2 (diff) |
Merge git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 2b1a4e926e..b95920a3ec 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -309,6 +309,7 @@ dtb-$(CONFIG_MACH_SUN8I_H3) += \ sun8i-h3-orangepi-pc-plus.dtb \ sun8i-h3-orangepi-plus.dtb \ sun8i-h3-orangepi-plus2e.dtb \ + sun8i-h3-nanopi-m1.dtb \ sun8i-h3-nanopi-neo.dtb \ sun8i-h3-nanopi-neo-air.dtb dtb-$(CONFIG_MACH_SUN8I_R40) += \ @@ -316,8 +317,10 @@ dtb-$(CONFIG_MACH_SUN8I_R40) += \ dtb-$(CONFIG_MACH_SUN8I_V3S) += \ sun8i-v3s-licheepi-zero.dtb dtb-$(CONFIG_MACH_SUN50I_H5) += \ - sun50i-h5-orangepi-pc2.dtb + sun50i-h5-orangepi-pc2.dtb \ + sun50i-h5-orangepi-prime.dtb dtb-$(CONFIG_MACH_SUN50I) += \ + sun50i-a64-bananapi-m64.dtb \ sun50i-a64-pine64-plus.dtb \ sun50i-a64-pine64.dtb dtb-$(CONFIG_MACH_SUN9I) += \ |