Skip to content
Snippets Groups Projects
Commit d1263fce authored by John Rigby's avatar John Rigby Committed by Wolfgang Denk
Browse files

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: default avatarJohn Rigby <john.rigby@linaro.org>
parent 758b3997
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment