From: Tom Rini Date: Thu, 26 Oct 2023 18:31:23 +0000 (-0400) Subject: boot: Make DISTRO_DEFAULTS select CMDLINE X-Git-Tag: v2025.01-rc5-pxa1908~582^2~36^2~35 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=fc97d9305809179ee7eec2a7b7ac62073a22f77c;p=u-boot.git 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 --- diff --git a/boot/Kconfig b/boot/Kconfig index ba586c88bd..971c9837bb 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -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