mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
efi_loader: manage protocols in a linked list
Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
committed by
Alexander Graf
parent
72292aba4f
commit
69fb6b1afc
@@ -180,6 +180,7 @@ int efi_gop_register(void)
|
||||
}
|
||||
|
||||
/* Hook up to the device list */
|
||||
INIT_LIST_HEAD(&gopobj->parent.protocols);
|
||||
list_add_tail(&gopobj->parent.link, &efi_obj_list);
|
||||
|
||||
/* Fill in object data */
|
||||
|
Reference in New Issue
Block a user