[202205] [Mellanox] Add ASIC simulation version tag to fw.mk (#13472)

Signed-off-by: dprital <drorp@nvidia.com>
This commit is contained in:
Dror Prital 2023-01-23 13:29:08 +02:00 committed by GitHub
parent a80c8b4c01
commit daf05243e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,8 @@ MLNX_FW_BASE_PATH = $(MLNX_SDK_BASE_PATH)
# Place an URL here to FW if you want to download FW instead
MLNX_FW_BASE_URL =
SIMX_VERSION = 5.1-1065
ifneq ($(MLNX_FW_BASE_URL), )
FW_FROM_URL = y
else