diff mbox series

Kconfig: fix comment for image downloader

Message ID 1509441215-6815-1-git-send-email-abdur_rehman@mentor.com
State Accepted
Headers show
Series Kconfig: fix comment for image downloader | expand

Commit Message

Abdur Rehman Oct. 31, 2017, 9:13 a.m. UTC
As of commit 10649ad3, the files are not downloaded completely before
the installation begins. Instead, the images are streamed over IPC to
the installer just like other interfaces.

Fix the comment so that it describes the correct behavior.

Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
---
 Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/Kconfig b/Kconfig
index c6dde7f..4d244bc 100644
--- a/Kconfig
+++ b/Kconfig
@@ -279,8 +279,8 @@  config DOWNLOAD
 	default n
 	depends on HAVE_LIBCURL
 	help
-	  Enable update from image URL using libcurl. Files are downloaded
-	  completely before installation begins.
+	  Enable update from image URL using libcurl. The stream is sent via IPC
+	  to the installer as it is done for other interfaces.
 
 comment "Image downloading support needs libcurl"
 	depends on !HAVE_LIBCURL