commit | ee8e6a628c99373c2b6500d7f15d8d14e0a2a8d1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 21 10:19:25 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 14:06:08 2024 -0600 |
tree | 9ea8c5d1803c7c8ad48e1db03b2965912d5cc30b | |
parent | 8a0417f0f6fab9d95bf2a5a3c47df9595fbb8925 [diff] |
global_data: Remove environment members if not used If the environment is not enabled we don't need these fields in global_data. Make them conditional. Make these fields conditional. Move env_buf up one so it can share an #ifdef. Signed-off-by: Simon Glass <sjg@chromium.org>