commit | b140bbdd5c0602cb10a08ec888889a459047311e | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Mar 26 23:13:13 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 11 09:38:57 2024 -0600 |
tree | a9e17bafa33200e96c9281ff56da6d8b7c04ebcc | |
parent | 1d02ed7c44345b69ca721006739e1a172689066e [diff] |
boot: fdt: Fix tmp type in env_get_bootm_size() and rename to low Change type of 'tmp' variable from phys_size_t to phys_addr_t and rename it to 'low' to better describe what the variable represents, which is either the bootm_low address from environment or start of DRAM address. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>