]> Git Repo - J-u-boot.git/commit
vbe: Rename vbe_fixup to vbe_request
authorSimon Glass <[email protected]>
Fri, 21 Oct 2022 00:23:05 +0000 (18:23 -0600)
committerTom Rini <[email protected]>
Mon, 31 Oct 2022 15:03:18 +0000 (11:03 -0400)
commit98bedf42ea49ceec934e0a47aa35caa38aac31b7
tree480b4142075af3d9ec34d29eff83956571d431cd
parentbbe285c305e26d2944c38ea17c44c605b3289e25
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 <[email protected]>
boot/Makefile
boot/vbe_fixup.c [deleted file]
boot/vbe_request.c [new file with mode: 0644]
test/py/tests/test_event_dump.py
This page took 0.029698 seconds and 4 git commands to generate.