commit | 5a09137bcb736af6dc5e0a59eaa1ec0e90f5d78d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:23:05 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:03:18 2022 -0400 |
tree | 480b4142075af3d9ec34d29eff83956571d431cd | |
parent | a42f11f67aa882720a09f99856e614ba36ab0de8 [diff] |
vbe: Rename vbe_fixup to vbe_request The vbe_fixup file handles device tree fixups, but these are called OS requests in VBE. Rename the file to reflect its wider purpose. Signed-off-by: Simon Glass <sjg@chromium.org>