commit | a26ad7a636dbc294a3f49b150d8271a2053c9ee2 | [log] [tgz] |
---|---|---|
author | Bin Meng <bin.meng@windriver.com> | Tue May 19 23:38:32 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 11 20:52:11 2020 -0600 |
tree | 655c9f620befea86ea5ff72e1ad0dfdd15f96674 | |
parent | ee8e9cb4e529c86aeb372d6bed731a37d8c75263 [diff] |
fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory() fdtdec_get_addr_size() expects size is of type 'fdt_size_t', and return value is of type 'fdt_addr_t'. Adjust their types accordingly. Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Simon Glass <sjg@chromium.org>