From 2078e75b00582f4e250c374df0ce970da9e1b66e Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 21 Aug 2016 10:41:44 +0200 Subject: src/arch: Capitalize CPU and ACPI Change-Id: I37dfa853c3dbe93a52f6c37941b17717e22f6430 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/16277 Reviewed-by: Omar Pakker Tested-by: build bot (Jenkins) --- src/arch/arm64/stage_entry.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arch/arm64') diff --git a/src/arch/arm64/stage_entry.S b/src/arch/arm64/stage_entry.S index 7f113fb4fc..7aeabe6f2a 100644 --- a/src/arch/arm64/stage_entry.S +++ b/src/arch/arm64/stage_entry.S @@ -74,7 +74,7 @@ ENDPROC(cpu_get_exception_stack) * any rmodules. */ ENTRY(arm64_c_environment) - /* Set the exception stack for the cpu. */ + /* Set the exception stack for the CPU. */ bl cpu_get_exception_stack msr SPSel, #1 isb @@ -84,7 +84,7 @@ ENTRY(arm64_c_environment) msr SPSel, #0 isb - /* Set the non-exception stack for the cpu. */ + /* Set the non-exception stack for the CPU. */ bl cpu_get_stack mov sp, x0 -- cgit v1.2.3