]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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)
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

index ba586c88bdf9005d71f87d613ee3f3a2a745c735..971c9837bb43aab075c62c99b424cd01e2ddb056 100644 (file)
@@ -809,6 +809,7 @@ endmenu             # Boot images
 
 config DISTRO_DEFAULTS
        bool "(deprecated) Script-based booting of Linux distributions"
+       select CMDLINE
        select BOOT_DEFAULTS
        select AUTO_COMPLETE
        select CMDLINE_EDITING