commit | 1cdfab500dd6e75d2c6fb1889a5eb83e30dc618d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 05 17:25:07 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 18 13:12:15 2025 -0600 |
tree | 9f99c8d97212878791569275f9d66389ebca206c | |
parent | 08d0f4a0450f09160adb78a785b72615a13f6a27 [diff] |
bootm: Allow building bootm.c without CONFIG_SYS_BOOTM_LEN This code cannot be compiled by boards which don't have this option. Add an accessor in the header file to avoid another #ifdef Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>