]> git.dujemihanovic.xyz Git - u-boot.git/commit
boot: Make preboot and bootcmd require CMDLINE
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:28 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:49:09 +0000 (14:49 -0500)
commitdbdb4b3374ed96be9b5df123b7009030e0ff37df
tree878c55d840aa2ce3e8037988200ff78c5243e057
parent558787fd58321772f11591e58d4f3a1a509037fd
boot: Make preboot and bootcmd require CMDLINE

In order for a predefined "preboot" or "bootcmd" to be executed by the
running system we must have a command line.  Add CMDLINE as a
dependency.

Signed-off-by: Tom Rini <trini@konsulko.com>
boot/Kconfig