From: Divy Le Ray Date: Wed, 26 Nov 2008 23:38:36 +0000 (-0800) Subject: cxgb3: Update FW loading path. X-Git-Tag: v2.6.29-rc1~581^2~379 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=851fd7bd88524bb4e20f3def3127cd9167d6d0cf;p=linux-2.6-omap-h63xx.git cxgb3: Update FW loading path. Update FW loading path to accomodate in-kernel images location Signed-off-by: Divy Le Ray Signed-off-by: David S. Miller --- diff --git a/drivers/net/cxgb3/cxgb3_main.c b/drivers/net/cxgb3/cxgb3_main.c index 96c94a46848..46c114e928a 100644 --- a/drivers/net/cxgb3/cxgb3_main.c +++ b/drivers/net/cxgb3/cxgb3_main.c @@ -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) {