diff options
author | Moritz Warning <moritzwarning@web.de> | 2021-03-08 14:12:53 +0100 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2021-05-26 23:36:40 +0200 |
commit | 3f5109f5386577a436f7eaf5be592cae16faf858 (patch) | |
tree | ace554d403c093b840fa418d7bbf4dc91385d4ae /target/linux | |
parent | bb8fd58a23d202ce115813468e9119a631507f86 (diff) | |
download | upstream-3f5109f5386577a436f7eaf5be592cae16faf858.tar.gz upstream-3f5109f5386577a436f7eaf5be592cae16faf858.tar.bz2 upstream-3f5109f5386577a436f7eaf5be592cae16faf858.zip |
arc770: set device vendor and model variables
This fixes the profiles.json output.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
(cherry picked from commit d00bbd9de0719eededc7ee6a7cb2d8f4de6e4540)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/arc770/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/arc770/image/Makefile b/target/linux/arc770/image/Makefile index 172eb06744..4cb9364ef3 100644 --- a/target/linux/arc770/image/Makefile +++ b/target/linux/arc770/image/Makefile @@ -24,6 +24,8 @@ endef define Device/nsim $(call Device/vmlinux) + DEVICE_VENDOR := Synopsys + DEVICE_MODEL := nSIM DEVICE_PROFILE := nsim DEVICE_DTS := nsim_700 endef |