]> git.dujemihanovic.xyz Git - u-boot.git/commit
pxe: Allow booting without CMDLINE for bootm methods
authorSimon Glass <sjg@chromium.org>
Fri, 15 Dec 2023 04:19:12 +0000 (21:19 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 23:04:25 +0000 (17:04 -0600)
commit6d803ec9cc757bda0c48f2fd419cb6878eab92c4
treea10f512ecc3c5ba887e1c758e7a268d2bf4f401a
parent8ed730f7204c72694b2214335a000207fcaf7e68
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>
boot/pxe_utils.c