mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
bootstd: Tidy up comments on the boothmeth drivers
Fix a typo in the comment and add one to the EFI driver too. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
This commit is contained in:
parent
95403023cf
commit
cfed2219e3
3 changed files with 3 additions and 2 deletions
|
@ -250,7 +250,7 @@ static const struct udevice_id script_bootmeth_ids[] = {
|
|||
{ }
|
||||
};
|
||||
|
||||
/* Put an number before 'script' to provide a default ordering */
|
||||
/* Put a number before 'script' to provide a default ordering */
|
||||
U_BOOT_DRIVER(bootmeth_2script) = {
|
||||
.name = "bootmeth_script",
|
||||
.id = UCLASS_BOOTMETH,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue