efi/zboot: Fix outdated comment about using LoadImage/StartImage
authorArd Biesheuvel <ardb@kernel.org>
Sun, 13 Oct 2024 11:09:09 +0000 (13:09 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Fri, 15 Nov 2024 09:40:51 +0000 (10:40 +0100)
commit6fce6e9791685e95b70144a414eb90132e497489
tree4f84401938aecdb08a8e2d6cd18672b758f2ba9f
parent06d39d79cbd5a91a33707951ebf2512d0e759847
efi/zboot: Fix outdated comment about using LoadImage/StartImage

EFI zboot no longer uses LoadImage/StartImage, but subsumes the arch
code to load and start the bare metal image directly. Fix the Kconfig
description accordingly.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/Kconfig