mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue