]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: Drop sandbox PXE architecture
authorSimon Glass <sjg@chromium.org>
Thu, 7 Nov 2024 21:31:47 +0000 (14:31 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 9 Nov 2024 09:01:47 +0000 (10:01 +0100)
commit16b5423eb390b1ad377a182f61f55e0303a08e18
tree43ab41c926f180d295a0613b6285698f7b24b3ae
parent7506c1566998d188867423bd184a9dd00a9246c4
efi_loader: Drop sandbox PXE architecture

Rather than returning 0, just return an error, since sandbox is not used
with PXE at present.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/efi_loader/efi_helper.c