diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-03-30 10:49:54 -0400 |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-03-30 10:55:13 -0400 |
commit | 75bf758f906315820cada99c169bd89bab3f4ba2 (patch) | |
tree | 88086747f64b17e412dfc3dc3fb43f13ae5906bf /firmware/Makefile | |
parent | 4b6ece97e0b61306d4b8de6820f602e4cf5d8d6b (diff) |
smc91c92_cs: use request_firmware
Added osi_load_firmware() instead of copying same thing twice
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 65cc2214eac5..baf5ae45642d 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -40,6 +40,7 @@ fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ | |||
40 | fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin | 40 | fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin |
41 | fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ | 41 | fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ |
42 | e100/d102e_ucode.bin | 42 | e100/d102e_ucode.bin |
43 | fw-shipped-$(CONFIG_PCMCIA_SMC91C92) += ositech/Xilinx7OD.bin | ||
43 | fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin | 44 | fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin |
44 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp | 45 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp |
45 | fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ | 46 | fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ |