]> Git Repo - u-boot.git/commit
efi_loader: efi_dp_str should print path not node
authorHeinrich Schuchardt <[email protected]>
Sun, 26 Nov 2017 13:05:08 +0000 (14:05 +0100)
committerAlexander Graf <[email protected]>
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 <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
lib/efi_loader/efi_device_path_to_text.c
This page took 0.033059 seconds and 4 git commands to generate.