commit | e4530cac1b43a62bdf56c07f680352782d63b725 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Mar 26 23:13:15 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 11 09:38:57 2024 -0600 |
tree | 621a36a71a9ae4200c5ce2f35ed78df03d83c9ea | |
parent | ddf73a8f65fe003f0b04853143b9262326700317 [diff] |
boot: fdt: Drop lmb_alloc*() typecasts The lmb_alloc_base() returns phys_addr_t , map_sysmem() accepts phys_addr_t as first parameter. Declare 'addr' as phys_addr_t and get rid of the casts. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>