git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bcfc7a
)
boot: Make DISTRO_DEFAULTS select CMDLINE
author
Tom Rini
<trini@konsulko.com>
Thu, 26 Oct 2023 18:31:23 +0000
(14:31 -0400)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/boot/Kconfig
b/boot/Kconfig
index
ba586c8
..
971c983
100644
(file)
--- 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