From 777ea897e80c1705230200040fe5dda4fcb065db Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 29 Jul 2016 07:40:41 +0200 Subject: src/arch: Capitalize CPU, RAM and ROM Change-Id: Ia6ac94a93b48037a392a9aec2cd19cd80369173f Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/15953 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth --- src/arch/x86/c_start.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/arch/x86/c_start.S') diff --git a/src/arch/x86/c_start.S b/src/arch/x86/c_start.S index 6bda64fffa..9a64fa6092 100644 --- a/src/arch/x86/c_start.S +++ b/src/arch/x86/c_start.S @@ -77,7 +77,7 @@ _start: /* Push the thread pointer. */ push $0 #endif - /* Push the cpu index and struct cpu */ + /* Push the CPU index and struct CPU */ push $0 push $0 @@ -331,12 +331,12 @@ gdtaddr: * which is defined in entry32.inc * * When the machine is initially started, we use a very simple - * gdt from rom (that in entry32.inc) which only contains those + * gdt from ROM (that in entry32.inc) which only contains those * entries we need for protected mode. * * When we're executing code from RAM, we want to do more complex - * stuff, like initializing PCI option roms in real mode, or doing - * a resume from a suspend to ram. + * stuff, like initializing PCI option ROMs in real mode, or doing + * a resume from a suspend to RAM. */ gdt: /* selgdt 0, unused */ -- cgit v1.2.3