فهرست منبع

archs38: set device vendor and model variables

This fixes the profiles.json output.

Signed-off-by: Moritz Warning <[email protected]>
Moritz Warning 4 سال پیش
والد
کامیت
cc54f65daa
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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