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

Reduce tmp variable use and remove unnecessary type cast in
env_get_bootm_mapsize(). 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