]> git.dujemihanovic.xyz Git - u-boot.git/commit
fastboot: Remove dependencies on CMDLINE
authorSimon Glass <sjg@chromium.org>
Fri, 15 Dec 2023 04:19:06 +0000 (21:19 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 23:04:25 +0000 (17:04 -0600)
commitb0c27bd81a0b38881016402a21e3ef8ae05e2a50
tree93e262514efa3bf14f41537311fad071af219de3
parent26736347bf75bb6a70c0d78a71de37203b75dd2a
fastboot: Remove dependencies on CMDLINE

It is possible to boot a kernel without CMDLINE being enabled. Update
the implementation to handle this, and drop the condition from the
FASTBOOT config.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
drivers/fastboot/Kconfig
drivers/fastboot/fb_common.c