arc770: set device vendor and model variables
authorMoritz Warning <moritzwarning@web.de>
Mon, 8 Mar 2021 13:12:53 +0000 (14:12 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 Apr 2021 19:56:05 +0000 (21:56 +0200)
This fixes the profiles.json output.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
target/linux/arc770/image/Makefile

index 172eb067449d8556cbc8b4c8dbacbb53b9b2debe..4cb9364ef3f6e2f5336a17a05c447b0b358227eb 100644 (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