commit | dfca4462aac0b77eafec8f219fc7a083f998f699 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 29 19:32:23 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Jan 23 17:24:15 2015 -0700 |
tree | 28c56e4079fdd3126c9774b9c8766f3cf8861629 | |
parent | 769852ffbf58f9e43b1e3ccba9135f7ef40521d2 [diff] |
x86: Correct endianness isues in pci_rom This code is too x86-dependent at present. Correct it so that it can run on big-endian machines. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>