]> git.sur5r.net Git - u-boot/commit
efi_loader: consistently use %pD to print device paths
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 26 Jan 2018 06:20:54 +0000 (07:20 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 28 Jan 2018 20:37:13 +0000 (21:37 +0100)
commit4a8b5e7900bb34c38668f270ccc8930c4ea6dca2
treecceb8665ad28cccd2583d53f73c981a4d080a46a
parent7df5af6f3acb7dc4a4b96d55d1f8c0cd83a527f6
efi_loader: consistently use %pD to print device paths

Now that we have %pD support in vsprintf we should avoid separate
logic for printing device paths in other places.

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