diff options
author | maxims@google.com <maxims@google.com> | 2017-01-18 13:44:58 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 14:04:33 -0500 |
commit | d9b88d2547bcea1ef17e29255fd716b6315b2aec (patch) | |
tree | 57a76ea6c3c34bc45106076337112b914254dba6 /arch/arm/dts/Makefile | |
parent | f6a6a9f0497a9ec9f48966b2ee89d762f26092d2 (diff) |
aspeed: Support for ast2500 Eval Board
ast2500 Eval Board device tree and board specific configuration.
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 6a7924e52d..9ac58620e2 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -334,6 +334,8 @@ dtb-$(CONFIG_ARCH_BCM283X) += \ bcm2836-rpi-2-b.dtb \ bcm2837-rpi-3-b.dtb +dtb-$(CONFIG_ARCH_ASPEED) += ast2500-evb.dtb + targets += $(dtb-y) # Add any required device tree compiler flags here |