summaryrefslogtreecommitdiff
path: root/include/efi_selftest.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-02-03 15:55:02 -0500
committerTom Rini <[email protected]>2022-02-03 15:55:02 -0500
commit3e5f4b337d89e95af9d3700a4b055b552bf22ac4 (patch)
tree86ff5fbee12f43f7d700d130c92009aef12fc185 /include/efi_selftest.h
parent006fddde01da7e8b3c7cad4a35f3245edc894ab4 (diff)
parent5b9a5b2b966bf738ca4115a9dca52d0dc9f2710d (diff)
Merge branch '2022-02-03-assorted-fixes'
- Update CI image to have libgnutls available. - Assorted ARM and SPL bugfixes
Diffstat (limited to 'include/efi_selftest.h')
-rw-r--r--include/efi_selftest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/efi_selftest.h b/include/efi_selftest.h
index 94ceb147330..5340cefbb6f 100644
--- a/include/efi_selftest.h
+++ b/include/efi_selftest.h
@@ -16,7 +16,7 @@
#define EFI_ST_SUCCESS 0
#define EFI_ST_FAILURE 1
-#define EFI_ST_SUCCESS_STR L"SUCCESS"
+#define EFI_ST_SUCCESS_STR u"SUCCESS"
/**
* efi_st_printf() - print a message
@@ -111,7 +111,7 @@ u16 *efi_st_translate_char(u16 code);
* efi_st_translate_code() - translate a scan code to a human readable string
*
* This function translates the scan code returned by the simple text input
- * protocol to a human readable string, e.g. 0x04 is translated to L"Left".
+ * protocol to a human readable string, e.g. 0x04 is translated to u"Left".
*
* @code: scan code
* Return: Unicode string