| commit | 3bd4be3ada596bbed81fe955c963bb6a64335011 | [log] [tgz] |
|---|---|---|
| author | Aurelien Jarno <aurelien@aurel32.net> | Fri Jan 14 20:39:18 2011 +0100 |
| committer | Aurelien Jarno <aurelien@aurel32.net> | Fri Jan 14 20:39:18 2011 +0100 |
| tree | 8bf8e990dd35d3d6a629c6e9d12b9a0eaf093c3e | |
| parent | d30df5cec94cc165d76ccabb0d1847357178795e [diff] |
lsi53c895a: fix endianness issues lsi_ram_read*() and lsi_ram_write*() are not consistent, one uses leXX_to_cpu() the other uses nothing. As the comment above the RAM declaration says: "Script ram is stored as 32-bit words in host byteorder.", remove the leXX_to_cpu() calls. This fixes the boot of an ARM versatile machine on MIPS and PowerPC hosts. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>