diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-06-05 12:59:51 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-10 14:49:39 +0100 |
commit | 27d202fff1555f5b0eb16a5aedc452566f9ab8bb (patch) | |
tree | 702f44afc97e1eee2f99f4cf88ca605ee2b50981 /drivers/atm/atmsar11.regions | |
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 'drivers/atm/atmsar11.regions')
-rw-r--r-- | drivers/atm/atmsar11.regions | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/atm/atmsar11.regions b/drivers/atm/atmsar11.regions deleted file mode 100644 index 42252b7c0de..00000000000 --- a/drivers/atm/atmsar11.regions +++ /dev/null @@ -1,6 +0,0 @@ -/* - See copyright and licensing conditions in ambassador.* files. -*/ - { 0x00000080, 993, }, - { 0xa0d0d500, 80, }, - { 0xa0d0f000, 978, }, |