efi/libstub: Simplify "Exiting bootservices" message
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 29 Aug 2021 13:23:10 +0000 (15:23 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 5 Oct 2021 11:05:58 +0000 (13:05 +0200)
commit68c9cdf37a0456b7ba25a50b1ea8794f305da17f
tree4a37210fb17fcea9dc5fa3dc98e687a74f7e9186
parent6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f
efi/libstub: Simplify "Exiting bootservices" message

The message

    "Exiting boot services and installing virtual address map...\n"

is even shown if we have efi=novamap on the command line or the firmware
does not provide EFI_RT_SUPPORTED_SET_VIRTUAL_ADDRESS_MAP.

To avoid confusion just print

    "Exiting boot services...\n"

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/fdt.c