efi: app: Implement %pD in the app
This printf() extension is useful for the app. Add an implementation of efi_dp_str() so that it works as expected. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -356,13 +356,6 @@ endmenu
|
||||
|
||||
menu "UEFI protocol support"
|
||||
|
||||
config EFI_DEVICE_PATH_TO_TEXT
|
||||
bool "Device path to text protocol"
|
||||
default y
|
||||
help
|
||||
The device path to text protocol converts device nodes and paths to
|
||||
human readable strings.
|
||||
|
||||
config EFI_DEVICE_PATH_UTIL
|
||||
bool "Device path utilities protocol"
|
||||
default y
|
||||
|
||||
Reference in New Issue
Block a user