diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2015-09-19 09:30:20 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-22 18:20:35 (GMT) |
commit | 391839fb0484159bdacd1493f09e54afbf8ac475 (patch) | |
tree | 05c303a45213fc164c8f2151e92958dd24e41c64 /arch/arm/dts/Makefile | |
parent | 8a9bb065da466fe7e26dae7b2f234bb2135c7b9e (diff) | |
download | u-boot-fsl-qoriq-391839fb0484159bdacd1493f09e54afbf8ac475.tar.xz |
ARM: dts: k2hk: Enable OF_CONTROL and DM
Import k2hk specific DT files from Linux Kernel and enable
OF_CONTROL, DM, DM_SERIAL.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
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 39863a2..09b8d43 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -169,6 +169,8 @@ dtb-$(CONFIG_MACH_SUN9I) += \ dtb-$(CONFIG_VF610) += vf500-colibri.dtb \ vf610-colibri.dtb +dtb-$(CONFIG_SOC_KEYSTONE) += k2hk-evm.dtb + targets += $(dtb-y) # Add any required device tree compiler flags here |