diff options
author | Tom Rini <trini@konsulko.com> | 2016-06-02 21:42:23 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-02 21:42:23 -0400 |
commit | edb697cfcc2dda02c5b2a34b3157b8fa8fc01264 (patch) | |
tree | 347dadd1492b3dd4935532a11fe9e2d77b114266 /arch/arm/dts/Makefile | |
parent | e2924e5904ae413e0b4a2a0d407267e7bbc2c7c4 (diff) | |
parent | d31e9c575f24f4b7f5f382ccae70d7a86bbc379d (diff) | |
download | u-boot-imx-edb697cfcc2dda02c5b2a34b3157b8fa8fc01264.zip u-boot-imx-edb697cfcc2dda02c5b2a34b3157b8fa8fc01264.tar.gz u-boot-imx-edb697cfcc2dda02c5b2a34b3157b8fa8fc01264.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 92c7545..e76f56b 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -107,7 +107,8 @@ dtb-$(CONFIG_ARCH_SOCFPGA) += \ socfpga_cyclone5_de0_nano_soc.dtb \ socfpga_cyclone5_sockit.dtb \ socfpga_cyclone5_socrates.dtb \ - socfpga_cyclone5_sr1500.dtb + socfpga_cyclone5_sr1500.dtb \ + socfpga_cyclone5_vining_fpga.dtb dtb-$(CONFIG_TARGET_DRA7XX_EVM) += dra72-evm.dtb dra7-evm.dtb dtb-$(CONFIG_TARGET_BEAGLE_X15) += am57xx-beagle-x15.dtb |