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:
88d9b26
)
fastboot: Depend on CMDLINE
author
Tom Rini
<trini@konsulko.com>
Thu, 26 Oct 2023 18:31:30 +0000
(14:31 -0400)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 Nov 2023 19:49:10 +0000
(14:49 -0500)
Much of the functionality of fastboot relies on being able to run
commands as defined in the environment. This means it does depend on
CMDLINE being enabled.
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/fastboot/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/fastboot/Kconfig
b/drivers/fastboot/Kconfig
index
837c6f1
..
11fc0fe
100644
(file)
--- a/
drivers/fastboot/Kconfig
+++ b/
drivers/fastboot/Kconfig
@@
-1,4
+1,5
@@
menu "Fastboot support"
+ depends on CMDLINE
config FASTBOOT
bool