]> git.ipfire.org Git - people/ms/u-boot.git/commit
common/image.c remove extra calls to be32_to_cpu in boot_get_fdt
authorJohn Rigby <john.rigby@linaro.org>
Wed, 13 Oct 2010 19:57:32 +0000 (13:57 -0600)
committerWolfgang Denk <wd@denx.de>
Mon, 18 Oct 2010 20:50:17 +0000 (22:50 +0200)
commitd1263fced226c2fbe2554b260ea51a7b2ce58b33
tree2df0a259a325f0bbd0ca2b900125f471d9273fac
parent758b39979d8a70b91f70d6684119156032841c4a
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>
common/image.c