commit | ab48be5c5d7bc113dfe27d7f4a1f74b814791a06 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:05:17 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | cc2b284fd7a551a36b9354d08f640ce4b347ba19 | |
parent | d46c81ebe5b5ee22ef680cbec8e48e032931b64b [diff] |
bootm: Add a function to check overlap Move this code into a function to reduce code size and make it easier to understand. Drop the unnecessary 0x to help a little with code size. Use this in bootm_find_images() Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>