mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-11 00:35:40 +07:00
mlxsw: spectrum: Rename the firmware file
Change the firmware file name to be in "mellanox" directory. This commit is a followup to the linux-firmware commit a4c72696f5f4 ("Mellanox: Add firmware for mlxsw_spectrum") Signed-off-by: Yotam Gigi <yotamg@mellanox.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fc85c910ae
commit
a4e1ce24f7
@ -81,7 +81,7 @@ static const struct mlxsw_fw_rev mlxsw_sp_supported_fw_rev = {
|
||||
};
|
||||
|
||||
#define MLXSW_SP_FW_FILENAME \
|
||||
"mlxsw_spectrum-" __stringify(MLXSW_FWREV_MAJOR) \
|
||||
"mellanox/mlxsw_spectrum-" __stringify(MLXSW_FWREV_MAJOR) \
|
||||
"." __stringify(MLXSW_FWREV_MINOR) \
|
||||
"." __stringify(MLXSW_FWREV_SUBMINOR) ".mfa2"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user