commit | 212c0cbd5be721a39ef3e2f723e0c78008f9e955 | [log] [tgz] |
---|---|---|
author | Cedric Le Goater <clg@fr.ibm.com> | Wed Dec 04 17:49:51 2013 +0100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Dec 10 11:25:06 2013 +1100 |
tree | 1bd0ccf4aebe577f986afbb12bed89180e1563ba | |
parent | cf77ee54362a245f9a01f240adce03a06c05eb68 [diff] |
offb: Little endian fixes The "screen" properties : depth, width, height, linebytes need to be converted to the host endian order when read from the device tree. The offb_init_palette_hacks() routine also made assumption on the host endian order. Signed-off-by: Cédric Le Goater <clg@fr.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>