From: Heinrich Schuchardt Date: Tue, 3 Apr 2018 20:40:55 +0000 (+0200) Subject: efi_loader: correctly determine the boot partition X-Git-Tag: v2018.05-rc2~45^2~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2db1eba1c3717856ebcf01727379ad2d3f19b3cc;hp=2db1eba1c3717856ebcf01727379ad2d3f19b3cc;p=u-boot efi_loader: correctly determine the boot partition The device path of the loaded image should be set to the partition from which the image was loaded. This requires using the same logic as the load command. Without the patch the device path pointed to the whole disk after executing load mmc 0: 0x43000000 FILE and not to the boot partition from which the file was actually loaded. Signed-off-by: Heinrich Schuchardt Signed-off-by: Alexander Graf ---