commit | 0b6675d0d53708a49b00ffda72ec6e229aaf8764 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 21 10:19:16 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 14:05:38 2024 -0600 |
tree | 960150939c549415aa57f6d0393d2933aac8d6e2 | |
parent | f782d548726bd6f0676135edbba4c6171d1be0d8 [diff] |
global_data: Reduce the size of mon_len This is the length of the U-Boot binary, which is typically 200-800KB and certainly not larger than 4GB. Use a 32-bit value to save space in global_data and move it up to be with fields of the same alignment. Signed-off-by: Simon Glass <sjg@chromium.org>