commit | fc97d9305809179ee7eec2a7b7ac62073a22f77c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Oct 26 14:31:23 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 07 14:48:51 2023 -0500 |
tree | e0af988d1dfdc4cad236ecef7b080418e5678f4d | |
parent | 5bcfc7ab65d3b1edd90ccc5b09c9eaa98ea5cb4c [diff] |
boot: Make DISTRO_DEFAULTS select CMDLINE The implementation of DISTRO_DEFAULTS is done in environment scripts and requires the command line in order to work. Because of this, select CMDLINE here. Signed-off-by: Tom Rini <trini@konsulko.com>