commit | 28445aa7ec099bf8d7dc49db5fbf6bdd9098b410 | [log] [tgz] |
---|---|---|
author | York Sun <yorksun@freescale.com> | Mon Aug 03 12:02:04 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Aug 06 07:31:36 2015 -0600 |
tree | b86ede3c825c578cf9fe93766e4d757aefdb48a9 | |
parent | fdb9f349be255b9b69a5e1a300296779b48a36b0 [diff] |
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>