commit | ddf73a8f65fe003f0b04853143b9262326700317 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Mar 26 23:13:14 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 11 09:38:57 2024 -0600 |
tree | 54aaf7ffc42452b2955e8d797975b346dd06427b | |
parent | b140bbdd5c0602cb10a08ec888889a459047311e [diff] |
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>