[coreboot-gerrit] New patch to review for coreboot: Kconfig: Recommend not enabling UPDATE_IMAGE option

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Jan 20 22:59:48 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13066

-gerrit

commit 17d2eb0debab4c90db7c3487bacb097e2fbc9d4c
Author: Martin Roth <martinroth at google.com>
Date:   Wed Jan 20 14:59:21 2016 -0700

    Kconfig: Recommend not enabling UPDATE_IMAGE option
    
    We just had a user who spent a fair amount of time debugging a
    failing build due to this option being enabled.  Add a little
    guidance that it probably shouldn't be enabled in the help text.
    
    Change-Id: I9339e442876c1fcd18ea564041c6cc1201c18ae5
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Kconfig b/src/Kconfig
index 6a0209d..8833941 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -290,6 +290,8 @@ config UPDATE_IMAGE
 	  is a suitable file for further processing.
 	  The bootblock will not be modified.
 
+	  If unsure, select 'N'
+
 config GENERIC_GPIO_LIB
 	bool
 	default n



More information about the coreboot-gerrit mailing list