commit | f44fded23620e264525e482efbc2e061fab5702b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 21 10:19:04 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 14:05:38 2024 -0600 |
tree | a308a5f54592bf27183c684aba650a7618d25077 | |
parent | 30e331e9cb7c14400dae385ed7ceab56eaa1e005 [diff] |
global_data: Convert have_console into a flag We don't need a full word for this boolean value. Convert it into a flag to save space in global_data. Reviewed-by: Alexander Sverdlin <alexander.sverdlin@siemens.com> Signed-off-by: Simon Glass <sjg@chromium.org>