summaryrefslogtreecommitdiffstats
path: root/arch/arc/dts/Makefile
diff options
context:
space:
mode:
authorEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>2020-04-22 01:29:18 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2020-04-27 11:20:26 +0300
commit28db0d693f14b075facf4cc3e4a2d562e86f451d (patch)
treec482027c8450aaa6731c05bd66b940d180c0196a /arch/arc/dts/Makefile
parentf0f84efe455764dfafeed0388f4ff2617fafb881 (diff)
downloadu-boot-28db0d693f14b075facf4cc3e4a2d562e86f451d.tar.gz
u-boot-28db0d693f14b075facf4cc3e4a2d562e86f451d.tar.xz
u-boot-28db0d693f14b075facf4cc3e4a2d562e86f451d.zip
ARC: HSDK: split HSDK and HSDK-4xD DTS
Split HSDK and HSDK-4xD device tree files so they can have different model names. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'arch/arc/dts/Makefile')
-rw-r--r--arch/arc/dts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/dts/Makefile b/arch/arc/dts/Makefile
index 4f1e4637ce..515fe1fe53 100644
--- a/arch/arc/dts/Makefile
+++ b/arch/arc/dts/Makefile
@@ -5,7 +5,7 @@ dtb-$(CONFIG_TARGET_AXS103) += axs103.dtb
dtb-$(CONFIG_TARGET_NSIM) += nsim.dtb
dtb-$(CONFIG_TARGET_TB100) += abilis_tb100.dtb
dtb-$(CONFIG_TARGET_EMSDP) += emsdp.dtb
-dtb-$(CONFIG_TARGET_HSDK) += hsdk.dtb
+dtb-$(CONFIG_TARGET_HSDK) += hsdk.dtb hsdk-4xd.dtb
dtb-$(CONFIG_TARGET_IOT_DEVKIT) += iot_devkit.dtb
targets += $(dtb-y)