]> git.baikalelectronics.ru Git - uboot.git/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)
commitf3dd6d8ad9982b05fe0a3d02d64fe3f78074366e
treed359d7efd582c142a0243ba9d08b13784ac2a271
parent7f8095dc3372a22f2051a9c05cc30ebbaeaa2764
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