]> git.dujemihanovic.xyz Git - u-boot.git/commit
boot: fdt: Fix tmp type in env_get_bootm_size() and rename to low
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 26 Mar 2024 22:13:13 +0000 (23:13 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 11 Apr 2024 15:38:57 +0000 (09:38 -0600)
commit5fb569b3e3c6fcb93b8af7baf113f8f0649c5323
treea9e17bafa33200e96c9281ff56da6d8b7c04ebcc
parent98e68ec18f17fb1b81d4ffc1cbcd10569ba71309
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>
boot/image-board.c