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>
This commit is contained in:
Jonathan Neuschäfer 2018-09-29 17:42:52 +02:00 committed by Martin Roth
parent ff5d66836a
commit 2930a72797
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ config COMPRESS_BOOTBLOCK
a small self-decompression stub to its front. This can drastically a small self-decompression stub to its front. This can drastically
reduce boot time on platforms where the bootblock is loaded over a reduce boot time on platforms where the bootblock is loaded over a
very slow connection and bootblock size trumps all other factors for 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 SoC memlayout and possibly extra support code, it should not be
user-selectable. (There's no real point in offering this to the user 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.) anyway... if it works and saves boot time, you would always want it.)