commit | b763f9378e03c5a739af57a911b7b4031df5fd44 | [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 | 6902aeb77a9c31e15ccc16a2100a316938ebeddb [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>