mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 13:41:31 +02:00
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>
This commit is contained in:
parent
5bcfc7ab65
commit
fc97d93058
@ -809,6 +809,7 @@ endmenu # Boot images
|
|||||||
|
|
||||||
config DISTRO_DEFAULTS
|
config DISTRO_DEFAULTS
|
||||||
bool "(deprecated) Script-based booting of Linux distributions"
|
bool "(deprecated) Script-based booting of Linux distributions"
|
||||||
|
select CMDLINE
|
||||||
select BOOT_DEFAULTS
|
select BOOT_DEFAULTS
|
||||||
select AUTO_COMPLETE
|
select AUTO_COMPLETE
|
||||||
select CMDLINE_EDITING
|
select CMDLINE_EDITING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user