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