diff options
author | Daniele Forsi <dforsi@gmail.com> | 2014-07-22 18:00:56 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-07-23 09:07:47 +0200 |
commit | 53847a211bd78a9cbf838f63f155368c641f7cd5 (patch) | |
tree | c0a72d2d52e7b70276aed0bcb15ebd8c794c8031 /src/cpu/x86 | |
parent | e34a6275eeebf324e921f8aa06e7c1c9fc0179f8 (diff) | |
download | coreboot-53847a211bd78a9cbf838f63f155368c641f7cd5.tar.xz |
src/.../Kconfig: various small fixes to texts
Fixed spelling and added empty lines to separate the help
from the text automatically added during make menuconfig.
Change-Id: I6eee2c86e30573deb8cf0d42fda8b8329e1156c7
Signed-off-by: Daniele Forsi <dforsi@gmail.com>
Reviewed-on: http://review.coreboot.org/6313
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/cpu/x86')
-rw-r--r-- | src/cpu/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 7689d59ae0..a1ec208140 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -126,7 +126,7 @@ config PARALLEL_MP config BACKUP_DEFAULT_SMM_REGION def_bool n help - The cpu support will select this option if the default SMM region + The CPU support will select this option if the default SMM region needs to be backed up for suspend/resume purposes. config MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING @@ -135,5 +135,5 @@ config MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING On certain platforms a boot speed gain can be realized if mirroring the payload data stored in non-volatile storage. On x86 systems the payload would typically live in a memory-mapped SPI part. Copying - the SPI contents to ram before performing the load can speed up + the SPI contents to RAM before performing the load can speed up the boot process. |