diff options
author | Martin Roth <martinroth@google.com> | 2016-01-20 14:59:21 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-22 19:22:07 +0100 |
commit | 5942e065f8593f05328c73ac9e76e84e5624598c (patch) | |
tree | 0c6a998abd685fff4b0c4a6c5ff191b7ba2fffbc | |
parent | c0fb361be84863ea2e7e43512116b33098ecebab (diff) | |
download | coreboot-5942e065f8593f05328c73ac9e76e84e5624598c.tar.gz coreboot-5942e065f8593f05328c73ac9e76e84e5624598c.tar.bz2 coreboot-5942e065f8593f05328c73ac9e76e84e5624598c.zip |
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@google.com>
Reviewed-on: https://review.coreboot.org/13066
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index a231f0e48408..4df037be2a33 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -309,6 +309,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 |