Просмотр исходного кода

arc770: set device vendor and model variables

This fixes the profiles.json output.

Signed-off-by: Moritz Warning <[email protected]>
Moritz Warning 4 лет назад
Родитель
Сommit
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