]> git.sur5r.net Git - u-boot/commit
efi_loader: efi_dp_str should print path not node
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 26 Nov 2017 13:05:08 +0000 (14:05 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:33:22 +0000 (13:33 +0100)
commit908cf9a3ffdd611808d75e3c845774ba152c91a4
treed359d7efd582c142a0243ba9d08b13784ac2a271
parent0741226f65aa3ae52373ad8bddbb6c9537db3a91
efi_loader: efi_dp_str should print path not node

efi_dp_str is meant to print a device path and not a device
node.

The old coding only worked because efi_convert_device_node_to_text
was screwed up to expect paths instead of nodes.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_device_path_to_text.c