From 2a600263dcd49249467bec43c483ddfae91a4cde Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 30 Jul 2016 16:18:46 +0200 Subject: src/vboot: Capitalize RAM and CPU Change-Id: Iff6b1b08b8159588b964d9637b16e1e0bfcca940 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/15986 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth --- src/vboot/Kconfig | 4 ++-- src/vboot/common.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/vboot') 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. diff --git a/src/vboot/common.c b/src/vboot/common.c index 3fa96577fd..cfdb82aa6a 100644 --- a/src/vboot/common.c +++ b/src/vboot/common.c @@ -32,7 +32,7 @@ struct selected_region { /* * this is placed at the start of the vboot work buffer. selected_region is used * for the verstage to return the location of the selected slot. buffer is used - * by the vboot2 core. Keep the struct cpu architecture agnostic as it crosses + * by the vboot2 core. Keep the struct CPU architecture agnostic as it crosses * stage boundaries. */ struct vb2_working_data { -- cgit v1.2.3