Explorar o código

arc770: 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
d00bbd9de0
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      target/linux/arc770/image/Makefile

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

@@ -24,6 +24,8 @@ endef
 
 
 define Device/nsim
 define Device/nsim
 	$(call Device/vmlinux)
 	$(call Device/vmlinux)
+	DEVICE_VENDOR := Synopsys
+	DEVICE_MODEL := nSIM
 	DEVICE_PROFILE := nsim
 	DEVICE_PROFILE := nsim
 	DEVICE_DTS := nsim_700
 	DEVICE_DTS := nsim_700
 endef
 endef