diff options
author | Divy Le Ray <divy@chelsio.com> | 2009-07-07 15:49:09 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-08 13:54:24 -0400 |
commit | 2e8c07c35b3ffee7689406be61fd1448ee45d3cd (patch) | |
tree | ad90ee33b8c13f48c7b330b8cf474e520d32fb50 /firmware/Makefile | |
parent | 5e659515569220701bfe3c8936dcab67554cc286 (diff) |
cxgb3: use request_firmware() for the EDC registers setup
use request_firmware() to load the phy's EDC programmation
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 621de8e952f7..44313b25580f 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -41,7 +41,10 @@ fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin | |||
41 | fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin | 41 | fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin |
42 | fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ | 42 | fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ |
43 | cxgb3/t3c_psram-1.1.0.bin \ | 43 | cxgb3/t3c_psram-1.1.0.bin \ |
44 | cxgb3/t3fw-7.4.0.bin | 44 | cxgb3/t3fw-7.4.0.bin \ |
45 | cxgb3/ael2005_opt_edc.bin \ | ||
46 | cxgb3/ael2005_twx_edc.bin \ | ||
47 | cxgb3/ael2020_twx_edc.bin | ||
45 | fw-shipped-$(CONFIG_DVB_AV7110) += av7110/bootcode.bin | 48 | fw-shipped-$(CONFIG_DVB_AV7110) += av7110/bootcode.bin |
46 | fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin | 49 | fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin |
47 | fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ | 50 | fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ |