boot: Make DISTRO_DEFAULTS select CMDLINE
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:23 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:48:51 +0000 (14:48 -0500)
commitfc97d9305809179ee7eec2a7b7ac62073a22f77c
treee0af988d1dfdc4cad236ecef7b080418e5678f4d
parent5bcfc7ab65d3b1edd90ccc5b09c9eaa98ea5cb4c
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>
boot/Kconfig