diff options
author | Tom Rini <trini@konsulko.com> | 2022-02-03 15:55:02 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-02-03 15:55:02 -0500 |
commit | 3e5f4b337d89e95af9d3700a4b055b552bf22ac4 (patch) | |
tree | 86ff5fbee12f43f7d700d130c92009aef12fc185 /lib/efi_selftest/efi_selftest.c | |
parent | 006fddde01da7e8b3c7cad4a35f3245edc894ab4 (diff) | |
parent | 5b9a5b2b966bf738ca4115a9dca52d0dc9f2710d (diff) |
Merge branch '2022-02-03-assorted-fixes'
- Update CI image to have libgnutls available.
- Assorted ARM and SPL bugfixes
Diffstat (limited to 'lib/efi_selftest/efi_selftest.c')
-rw-r--r-- | lib/efi_selftest/efi_selftest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_selftest/efi_selftest.c b/lib/efi_selftest/efi_selftest.c index 474a8b8728..8e427b9e51 100644 --- a/lib/efi_selftest/efi_selftest.c +++ b/lib/efi_selftest/efi_selftest.c @@ -18,7 +18,7 @@ static const struct efi_system_table *systable; static const struct efi_boot_services *boottime; static const struct efi_runtime_services *runtime; static efi_handle_t handle; -static u16 reset_message[] = L"Selftest completed"; +static u16 reset_message[] = u"Selftest completed"; static int *setup_status; /* |