commit | b5e7586a73d4eb7b0aa9c597f293a584a2a1800a | [log] [tgz] |
---|---|---|
author | Michael Heimpold <mhei@heimpold.de> | Tue Sep 01 23:58:44 2015 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Sun Sep 13 10:19:40 2015 +0200 |
tree | aea5c2ee7d7770ad882457478623112ba08c39c9 | |
parent | 1a8150d4b16fbafa6f1d207ddb85eda7dc399e2d [diff] |
mxs: mxsboot: fix endianess for sd boot images Running mxsboot on a big-endian system produces a sd image which cannot be started by the i.MX28 ROM. It complains on the debug uart as following: 0x8020a009 0x80502008 0x8020a009 0x80502008 ... Enforcing all fields within the BCB to little-endian make the image bootable again. Signed-off-by: Michael Heimpold <mhei@heimpold.de> Acked-by: Stefano Babic <sbabic@denx.de> Acked-by: Marek Vasut <marex@denx.de>