aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-09-29 17:42:52 +0200
committerMartin Roth <martinroth@google.com>2018-10-01 15:28:47 +0000
commit2930a7279703080b10391d9f145bb91c9a72e13a (patch)
tree28509695b4d96c741499af77b8edd62acf2c2841 /src/Kconfig
parentff5d66836a0396912656a4aa61678c517243e280 (diff)
src/Kconfig: Drop a superfluous word
Change-Id: I2d658e57d52f79c77be08599b9e525a46e30f732 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/28798 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index ca75c0b4f0..2777d266d8 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -153,7 +153,7 @@ config COMPRESS_BOOTBLOCK
a small self-decompression stub to its front. This can drastically
reduce boot time on platforms where the bootblock is loaded over a
very slow connection and bootblock size trumps all other factors for
- speed. Since this using this option usually requires changes to the
+ speed. Since using this option usually requires changes to the
SoC memlayout and possibly extra support code, it should not be
user-selectable. (There's no real point in offering this to the user
anyway... if it works and saves boot time, you would always want it.)