[PATCH v3 07/32] fastboot: Declare a dependency on CMDLINE
Simon Glass
sjg at chromium.org
Tue Oct 17 00:27:58 CEST 2023
When CMDLINE is not enabled, this code fails to build. Correct this by
adding a condition.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v2)
Changes in v2:
- Change this to use a Kconfig dependency instead of code failing
drivers/fastboot/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/fastboot/Kconfig b/drivers/fastboot/Kconfig
index 837c6f1180da..24b100f381fe 100644
--- a/drivers/fastboot/Kconfig
+++ b/drivers/fastboot/Kconfig
@@ -2,6 +2,7 @@ menu "Fastboot support"
config FASTBOOT
bool
+ depends on CMDLINE
imply ANDROID_BOOT_IMAGE
imply CMD_FASTBOOT
help
--
2.42.0.655.g421f12c284-goog
More information about the U-Boot
mailing list