summaryrefslogtreecommitdiff
path: root/src/device/oprom/realmode
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-07-28 21:31:40 +0200
committerMartin Roth <martinroth@google.com>2016-07-31 18:33:30 +0200
commitfa640a2f56bf99cef6d06419e47fbf59f3cf6bd2 (patch)
tree9e12bb58781a6ac52f5ccde8883bd9772c0efcd1 /src/device/oprom/realmode
parentd82be923b10ef18c64c9565e03959736589ef089 (diff)
downloadcoreboot-fa640a2f56bf99cef6d06419e47fbf59f3cf6bd2.tar.xz
src/device: Capitalize CPU, RAM and ROM
Change-Id: I133531391a20261e0926524d70c0901079076af9 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/15943 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/device/oprom/realmode')
-rw-r--r--src/device/oprom/realmode/x86_asm.S2
1 files changed, 1 insertions, 1 deletions
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