[PATCH 1/2] fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory()

Simon Glass sjg at chromium.org
Wed May 20 16:20:23 CEST 2020


On Wed, 20 May 2020 at 00:38, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> From: Bin Meng <bin.meng at windriver.com>
>
> 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 at windriver.com>
> ---
>
>  lib/fdtdec.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list