commit | 91bbb3bd0e94941ef8a0a91df079dfa502485d8c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Aug 23 14:27:04 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 14:06:08 2024 -0600 |
tree | 49c211da7561f13fb09b60863a8f89e7b9551f39 | |
parent | 9113dd3e4635881c917ba2af657736644c8ac0cd [diff] |
global_data: Reduce size of early-malloc vars The early malloc region is normally quite small and is certainly less than 4GB, so use a 32-bit value for the limit and pointer. Update the comments for clarity while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>