aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/archs38
diff options
context:
space:
mode:
authorMoritz Warning <moritzwarning@web.de>2021-03-08 16:34:25 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2021-04-17 21:56:05 +0200
commitcc54f65daa6101721c068cd00fdead1815db0bbf (patch)
tree53683bdd9d9341199257aa90f51fccf6e441acfb /target/linux/archs38
parentd00bbd9de0719eededc7ee6a7cb2d8f4de6e4540 (diff)
downloadupstream-cc54f65daa6101721c068cd00fdead1815db0bbf.tar.gz
upstream-cc54f65daa6101721c068cd00fdead1815db0bbf.tar.bz2
upstream-cc54f65daa6101721c068cd00fdead1815db0bbf.zip
archs38: set device vendor and model variables
This fixes the profiles.json output. Signed-off-by: Moritz Warning <moritzwarning@web.de>
Diffstat (limited to 'target/linux/archs38')
-rw-r--r--target/linux/archs38/image/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/archs38/image/Makefile b/target/linux/archs38/image/Makefile
index e8cfb63ce1..1d0beca27f 100644
--- a/target/linux/archs38/image/Makefile
+++ b/target/linux/archs38/image/Makefile
@@ -24,6 +24,8 @@ endef
define Device/nsim_hs
$(call Device/vmlinux)
+ DEVICE_VENDOR := Synopsys
+ DEVICE_MODEL := nSIM HS
DEVICE_PROFILE := nsim_hs
DEVICE_DTS := nsim_hs_idu
endef