commit | 6d803ec9cc757bda0c48f2fd419cb6878eab92c4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 14 21:19:12 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 17:04:25 2024 -0600 |
tree | a10f512ecc3c5ba887e1c758e7a268d2bf4f401a | |
parent | 8ed730f7204c72694b2214335a000207fcaf7e68 [diff] |
pxe: Allow booting without CMDLINE for bootm methods Use bootm_run() and booti_run() to boot rather than the command line. This allows extlinux to be used 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>