commit | 2fc5d8c83dd34f8f748391865d91618f54b467e6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 07 17:14:55 2024 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 18 14:10:21 2024 -0600 |
tree | 5716e5690030e91c23e39931e4fff4ce64e9f667 | |
parent | 4f0336dd1d022ad9473a58b4b45f85da2338c8ae [diff] |
coreboot: Switch to a monospaced font The default font is proportional, with different character widths. Select a monospace font for coreboot so that the 'dm tree' output lines up correctly. Update the coreboot tests to match. Signed-off-by: Simon Glass <sjg@chromium.org>