]> git.dujemihanovic.xyz Git - u-boot.git/commit
boot: fdt: Clean up env_get_bootm_size()
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 26 Mar 2024 22:13:12 +0000 (23:13 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 11 Apr 2024 15:38:57 +0000 (09:38 -0600)
commit98e68ec18f17fb1b81d4ffc1cbcd10569ba71309
tree8534ce9e48589974709b2ad35dd7f435398aaeec
parenta4df06e41fa29ebc2b31b15ae229b2273af69fa6
boot: fdt: Clean up env_get_bootm_size()

Reduce tmp variable use and remove unnecessary type cast in
env_get_bootm_size(). This aligns the env variable parsing
with env_get_bootm_low(). No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
boot/image-board.c