Skip to content
Commit 949b4254 authored by Jaswinder Singh's avatar Jaswinder Singh Committed by David S. Miller
Browse files

firmware: convert acenic driver to request_firmware()



We store the firmware in its native big-endian form now, so the loop in
ace_copy() is modified to use be32_to_cpup() when writing it out.

We can forget the BSS,SBSS sections of the firmware, since we were
clearing all the device's RAM anyway. And the text,rodata,data sections
can all be loaded as a single chunk since they're contiguous (give or
take a few dozen bytes in between).

Signed-off-by: default avatarJaswinder Singh <jaswinder@infradead.org>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
Acked-by: default avatarJes Sorensen <jes@sgi.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 14deae41
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment