Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 851fd7bd authored by Divy Le Ray's avatar Divy Le Ray Committed by David S. Miller
Browse files

cxgb3: Update FW loading path.



Update FW loading path to accomodate in-kernel images location

Signed-off-by: default avatarDivy Le Ray <divy@chelsio.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ad58633c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -853,8 +853,8 @@ static int bind_qsets(struct adapter *adap)
	return err;
}

#define FW_FNAME "t3fw-%d.%d.%d.bin"
#define TPSRAM_NAME "t3%c_protocol_sram-%d.%d.%d.bin"
#define FW_FNAME "cxgb3/t3fw-%d.%d.%d.bin"
#define TPSRAM_NAME "cxgb3/t3%c_psram-%d.%d.%d.bin"

static int upgrade_fw(struct adapter *adap)
{