commit | 27d202fff1555f5b0eb16a5aedc452566f9ab8bb | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Thu Jun 05 12:59:51 2008 +0100 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Thu Jul 10 14:49:39 2008 +0100 |
tree | 702f44afc97e1eee2f99f4cf88ca605ee2b50981 | |
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>