From fa640a2f56bf99cef6d06419e47fbf59f3cf6bd2 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 28 Jul 2016 21:31:40 +0200 Subject: src/device: Capitalize CPU, RAM and ROM Change-Id: I133531391a20261e0926524d70c0901079076af9 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/15943 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Paul Menzel --- src/device/oprom/realmode/x86_asm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device/oprom/realmode') diff --git a/src/device/oprom/realmode/x86_asm.S b/src/device/oprom/realmode/x86_asm.S index b90aaa4403..2bb2a3f053 100644 --- a/src/device/oprom/realmode/x86_asm.S +++ b/src/device/oprom/realmode/x86_asm.S @@ -143,7 +143,7 @@ __realmode_call: mov %ax, %ds lidt __realmode_idt - /* initialize registers for option rom lcall */ + /* initialize registers for option ROM lcall */ movl __registers + 0, %eax movl __registers + 4, %ebx movl __registers + 8, %ecx -- cgit v1.2.3