commit | 5689372cf5a2bb53f4979ee066d0cda95f635c0d | [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 | aa5b66c60e645b98e13c7092d663af353ffea2ed [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>