]> git.dujemihanovic.xyz Git - u-boot.git/commit
pxe: Allow booting without CMDLINE for the zboot method
authorSimon Glass <sjg@chromium.org>
Fri, 15 Dec 2023 04:19:13 +0000 (21:19 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 23:04:25 +0000 (17:04 -0600)
commit207282d905a26754aa1496c0c02d09dc8b27138e
tree4c2fe8006a64b0ba150303758943d75773f124f7
parent6d803ec9cc757bda0c48f2fd419cb6878eab92c4
pxe: Allow booting without CMDLINE for the zboot method

Use zboot_run() to boot rather than the command line. This allows
extlinux to be used (on x86) without CMDLINE being enabled.

Collect any error but do not return it, to match the existing code.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/pxe_utils.c