commit | dc3bf2da9c43b6aff74f2014dc8aa93eca613a1d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Oct 26 14:31:28 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 07 14:49:09 2023 -0500 |
tree | 878c55d840aa2ce3e8037988200ff78c5243e057 | |
parent | 9bf470a337012383f4d7f649aec59ccdc654f373 [diff] |
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>