archs38: set device vendor and model variables
authorMoritz Warning <moritzwarning@web.de>
Mon, 8 Mar 2021 15:34:25 +0000 (16:34 +0100)
committerBaptiste Jonglez <git@bitsofnetworks.org>
Wed, 26 May 2021 21:36:40 +0000 (23:36 +0200)
This fixes the profiles.json output.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
(cherry picked from commit cc54f65daa6101721c068cd00fdead1815db0bbf)

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