diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-06-05 07:59:51 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-10 09:49:39 -0400 |
commit | 27d202fff1555f5b0eb16a5aedc452566f9ab8bb (patch) | |
tree | 702f44afc97e1eee2f99f4cf88ca605ee2b50981 /firmware/Makefile | |
parent | ec6752f5afce659025962e25fb2f42b3911254a1 (diff) |
firmware: convert Ambassador ATM driver to request_firmware()
Since it had various regions to be loaded to separate addresses, and it
wanted to do them in fairly small chunks anyway, switch it to use the
new ihex code. Encode the start address in the first record.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Acked-by: Chas Williams <chas@cmf.nrl.navy.mil>
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 f937648aebc0..a561bdfb2eca 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -20,6 +20,7 @@ fw-external-y := $(subst ",,$(CONFIG_EXTRA_FIRMWARE)) | |||
20 | # accurate. In the latter case it doesn't matter -- it'll use $(fw-shipped-all). | 20 | # accurate. In the latter case it doesn't matter -- it'll use $(fw-shipped-all). |
21 | # But be aware that the config file might not be included at all. | 21 | # But be aware that the config file might not be included at all. |
22 | 22 | ||
23 | fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw | ||
23 | fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin | 24 | fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin |
24 | fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin | 25 | fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin |
25 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp | 26 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp |