diff options
author | Tom Rini <trini@konsulko.com> | 2024-01-29 16:19:10 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-01-29 16:19:10 -0500 |
commit | d5c0c990c3128401810514c66b41b386096d206e (patch) | |
tree | 963bd9ee0a9b2a355960b3c9eeef84dc52e8e011 /lib/efi_selftest/efi_selftest_miniapp_exit.c | |
parent | 341e8a6c7c09112a872d19f855fefa671df40eb7 (diff) | |
parent | 21489b4478a72d6c682f24dea80d5ac7790e2692 (diff) |
Merge tag 'efi-2024-04-rc1-4' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2024-04-rc1-4
Documentation:
* uefi: remove ".py" suffix for pytest.py command
* correct date in migration plan for CONFIG_DM
UEFI:
* fix conflicting SPDX license in RISC-V EFI linker scripts
* page align EFI binary section in RISC-V EFI binaries
* separate .data and .text sections of RISC-V EFI binaries
* use common function to get EFI configuration table
Diffstat (limited to 'lib/efi_selftest/efi_selftest_miniapp_exit.c')
-rw-r--r-- | lib/efi_selftest/efi_selftest_miniapp_exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_selftest/efi_selftest_miniapp_exit.c b/lib/efi_selftest/efi_selftest_miniapp_exit.c index 8b2e60cc71..0909a5ca74 100644 --- a/lib/efi_selftest/efi_selftest_miniapp_exit.c +++ b/lib/efi_selftest/efi_selftest_miniapp_exit.c @@ -39,7 +39,7 @@ static efi_status_t EFIAPI check_loaded_image_protocol NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL); if (ret != EFI_SUCCESS) { cout->output_string(cout, - u"Could not open loaded image protocol"); + u"Could not open loaded image protocol\n"); return ret; } if ((void *)check_loaded_image_protocol < |