Browse Source

archs38: set device vendor and model variables

This fixes the profiles.json output.

Signed-off-by: Moritz Warning <[email protected]>
Moritz Warning 4 years ago
parent
commit
cc54f65daa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      target/linux/archs38/image/Makefile

+ 2 - 0
target/linux/archs38/image/Makefile

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