summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2015-08-03 12:02:04 -0700
committerSimon Glass <sjg@chromium.org>2015-08-06 07:31:36 -0600
commit28445aa7ec099bf8d7dc49db5fbf6bdd9098b410 (patch)
treeb86ede3c825c578cf9fe93766e4d757aefdb48a9 /configs
parentfdb9f349be255b9b69a5e1a300296779b48a36b0 (diff)
downloadtalos-obmc-uboot-28445aa7ec099bf8d7dc49db5fbf6bdd9098b410.tar.gz
talos-obmc-uboot-28445aa7ec099bf8d7dc49db5fbf6bdd9098b410.zip
lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedef
fdt_addr_t is a physical address. It can be either 64-bit or 32-bit, depending on the architecture. It should be phys_addr_t instead of u64 or u32. Similarly, fdt_size_t is changed to phys_size_t. Signed-off-by: York Sun <yorksun@freescale.com> CC: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud