]> git.dujemihanovic.xyz Git - u-boot.git/commit
autoboot: Correct dependencies on CMDLINE
authorSimon Glass <sjg@chromium.org>
Thu, 26 Oct 2023 18:31:22 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:48:51 +0000 (14:48 -0500)
commit5bcfc7ab65d3b1edd90ccc5b09c9eaa98ea5cb4c
tree7a0d9381bd646622d4f7d56e7b6bcb0dca3bde94
parent0bb4abd5d074a020070aaeadde4c8af79b975774
autoboot: Correct dependencies on CMDLINE

Make AUTOBOOT depend on CMDLINE since it is mostly meaningless without it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
boot/Kconfig