commit | 207282d905a26754aa1496c0c02d09dc8b27138e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 14 21:19:13 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 17:04:25 2024 -0600 |
tree | 4c2fe8006a64b0ba150303758943d75773f124f7 | |
parent | 6d803ec9cc757bda0c48f2fd419cb6878eab92c4 [diff] |
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>