diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2016-07-30 16:18:46 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-07-31 19:31:41 +0200 |
commit | 2a600263dcd49249467bec43c483ddfae91a4cde (patch) | |
tree | 0fe17b8609bbff5a07fc058db4370aa566bec97e /src/vboot/Kconfig | |
parent | 91e0e3ccbe9e2ed7cf91a94e03ee576598e63f54 (diff) | |
download | coreboot-2a600263dcd49249467bec43c483ddfae91a4cde.tar.xz |
src/vboot: Capitalize RAM and CPU
Change-Id: Iff6b1b08b8159588b964d9637b16e1e0bfcca940
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/15986
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/vboot/Kconfig')
-rw-r--r-- | src/vboot/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vboot/Kconfig b/src/vboot/Kconfig index 0958b79c37..a0082082bd 100644 --- a/src/vboot/Kconfig +++ b/src/vboot/Kconfig @@ -91,7 +91,7 @@ config RETURN_FROM_VERSTAGE help If this is set, the verstage returns back to the calling stage instead of exiting to the succeeding stage so that the verstage space can be - reused by the succeeding stage. This is useful if a ram space is too + reused by the succeeding stage. This is useful if a RAM space is too small to fit both the verstage and the succeeding stage. config CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL @@ -108,7 +108,7 @@ config VBOOT_DYNAMIC_WORK_BUFFER depends on VBOOT help This option is used when there isn't enough pre-main memory - ram to allocate the vboot work buffer. That means vboot verification + RAM to allocate the vboot work buffer. That means vboot verification is after memory init and requires main memory to back the work buffer. |