commit | d1263fced226c2fbe2554b260ea51a7b2ce58b33 | [log] [tgz] |
---|---|---|
author | John Rigby <john.rigby@linaro.org> | Wed Oct 13 13:57:32 2010 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Mon Oct 18 22:50:17 2010 +0200 |
tree | 2df0a259a325f0bbd0ca2b900125f471d9273fac | |
parent | 758b39979d8a70b91f70d6684119156032841c4a [diff] |
common/image.c remove extra calls to be32_to_cpu in boot_get_fdt fdt_totalsize returns size in cpu endian so don't call be32_to_cpu on the result. This was harmless on big endian platforms but not on little endian ARMs. Signed-off-by: John Rigby <john.rigby@linaro.org>