commit | d6e1dcdac727a83cf9a828bb3602f54fdc67bdc5 | [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 | f7eded2c5700a66850ba70865d8970ae778c164c [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>