commit | 5fb569b3e3c6fcb93b8af7baf113f8f0649c5323 | [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 | 98e68ec18f17fb1b81d4ffc1cbcd10569ba71309 [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>