]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: create full device path for block devices
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 11 Dec 2017 11:56:43 +0000 (12:56 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 22 Jan 2018 22:09:12 +0000 (23:09 +0100)
commit2bc61b83522b021113028ee19bf4f2a460be4b44
treefbe96002f9aa74628cda14d29bff6ef376332cd5
parent485c13c7536731991c59f7b3432bc33c9dafb0f0
efi_loader: create full device path for block devices

When creating the device path of a block device it has to
comprise the block device itself and should not end at
its parent.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_device_path.c