Skip to content
Snippets Groups Projects
Commit b7900362 authored by Haojian Zhuang's avatar Haojian Zhuang Committed by Wolfgang Denk
Browse files

common/cmd_fdt.c: fix wrong data displayed in fdt print


All data in dtb is big endian. Some ARM devices are little-endian.
In print_data(), it displays data with big-endian format. For ARM device,
data should be converted to little-endian first.

Signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@marvell.com>
Cc: Gerald Van Baren <vanbaren@cideas.com>
parent d6840e3d
No related branches found
No related tags found
Loading
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