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

Signed-off-by: dprital <drorp@nvidia.com>
This commit is contained in:
Dror Prital 2023-01-23 13:30:02 +02:00 committed by GitHub
parent 260a2ec3e7
commit 940e2cd9bf
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