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 d00bbd9de0)
This commit is contained in:
Moritz Warning 2021-03-08 14:12:53 +01:00 committed by Baptiste Jonglez
parent bb8fd58a23
commit 3f5109f538
1 changed files with 2 additions and 0 deletions

View File

@ -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