commit | 39465c1b7d62e6adf41ae4ee0e8958f6d2e9aef8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 14 21:19:06 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 17:04:25 2024 -0600 |
tree | 93e262514efa3bf14f41537311fad071af219de3 | |
parent | e0df1409b2653512e9a8c6f56e4059c2357bf575 [diff] |
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>