diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-09-23 17:21:51 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-09-23 21:55:31 +0200 |
commit | c982874e930d5d673501cd94df07bcbd215d5883 (patch) | |
tree | 83538d2ee2c50b61a6dca207d3c5f5c60fd2ebeb /cmd/usb_gadget_sdp.c | |
parent | a47c1b5b87fcbd2bdb2e297d3c41d41c0c663967 (diff) | |
download | u-boot-c982874e930d5d673501cd94df07bcbd215d5883.tar.gz |
efi_loader: refactor efi_setup_loaded_image()
Create the handle of loaded images and the EFI_LOADED_IMAGE_PROTOCOL
inside efi_setup_loaded_image(). Do not use local variables.
Currently we expect the loaded image handle to point to the loaded image
protocol. Additionally we have appended private fields to the protocol.
With the patch the handle points to a loaded image object and the private
fields are added here. This matches how we handle the net and the gop
object.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'cmd/usb_gadget_sdp.c')
0 files changed, 0 insertions, 0 deletions