05 Jan, 2009

1 commit

  • 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: Jaswinder Singh
    Signed-off-by: David Woodhouse
    Acked-by: Jes Sorensen
    Signed-off-by: David S. Miller

    Jaswinder Singh