diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-04-02 01:43:17 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-04-03 10:24:42 -0400 |
commit | 1bfa11db712cbf4af1ae037cd25fd4f781f0c215 (patch) | |
tree | 83a023e0e07a1b7e85b0e764740d120047b6ace3 /firmware/Makefile | |
parent | fd6e1c14b73dbab89cb76af895d5612e4a8b5522 (diff) |
[SCSI] qla1280: use request_firmware
Firmware blob is little endian looks like this...
unsigned char Version1
unsigned char Version2
unsigned char Version3
unsigned char Padding
unsigned short start_address
unsigned short data
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index baf5ae45642d..1753d42a7eed 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -41,6 +41,8 @@ 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_PCMCIA_SMC91C92) += ositech/Xilinx7OD.bin |
44 | fw-shipped-$(CONFIG_SCSI_QLOGIC_1280) += qlogic/1040.bin qlogic/1280.bin \ | ||
45 | qlogic/12160.bin | ||
44 | fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin | 46 | fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin |
45 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp | 47 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp |
46 | fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ | 48 | fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ |