Explorar o código

archs38: set device vendor and model variables

This fixes the profiles.json output.

Signed-off-by: Moritz Warning <[email protected]>
Moritz Warning %!s(int64=4) %!d(string=hai) anos
pai
achega
cc54f65daa
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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