aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp1_1/cache_as_ram.inc
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-07-30 15:37:26 +0200
committerMartin Roth <martinroth@google.com>2016-07-31 19:29:22 +0200
commit7753731f0cce2216574756e3e0101e4166fa3ef3 (patch)
tree413dd853852213248dec6588c1a81b8f5718c2b0 /src/drivers/intel/fsp1_1/cache_as_ram.inc
parent038e7247dc9705ff2d47dd90ec9a807f6feb52ba (diff)
src/drivers: Capitalize CPU, RAM and ACPI
Change-Id: I720469ea1df75544f5b1e0cab718502d8a9cf197 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/15983 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/drivers/intel/fsp1_1/cache_as_ram.inc')
-rw-r--r--src/drivers/intel/fsp1_1/cache_as_ram.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/intel/fsp1_1/cache_as_ram.inc b/src/drivers/intel/fsp1_1/cache_as_ram.inc
index 6e7e50b992..6611fa192d 100644
--- a/src/drivers/intel/fsp1_1/cache_as_ram.inc
+++ b/src/drivers/intel/fsp1_1/cache_as_ram.inc
@@ -154,7 +154,7 @@ before_romstage:
call cache_as_ram_main
/* One will never return from cache_as_ram_main() in verstage so there's
- * no such thing as after ram init. */
+ * no such thing as after RAM init. */
#if !ENV_VERSTAGE
#include "after_raminit.S"
#endif