archs38: set device vendor and model variables
authorMoritz Warning <moritzwarning@web.de>
Mon, 8 Mar 2021 15:34:25 +0000 (16:34 +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/archs38/image/Makefile

index e8cfb63ce1d1da4b5968f31ad0114b83ec2bd4f1..1d0beca27f50c84042653fdf40c53cfd47b84bc4 100644 (file)
@@ -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