[U-Boot] [PATCH v2 03/18] efi_loader: efi_dp_str should print path not node

Simon Glass sjg at chromium.org
Fri Nov 17 14:06:18 UTC 2017


On 12 November 2017 at 07:02, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> 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.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v2
>         no change
> ---
>  lib/efi_loader/efi_device_path_to_text.c | 13 ++++++-------
>  1 file changed, 6 insertions(+), 7 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list