Переглянути джерело

arc770: set device vendor and model variables

This fixes the profiles.json output.

Signed-off-by: Moritz Warning <[email protected]>
Moritz Warning 4 роки тому
батько
коміт
d00bbd9de0
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      target/linux/arc770/image/Makefile

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

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