summaryrefslogtreecommitdiff
path: root/src/mainboard/kontron
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-02-16 16:22:52 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-17 20:11:24 +0000
commit6dc9d0352e9c2dafb46c8c827d07cfdba2d744dd (patch)
tree54f4bdf90f1e9ecc9b377b084bfb44396ee0693a /src/mainboard/kontron
parentc7a3152273ef3179e3ad5f66f53c4a9d2aa39c8e (diff)
downloadcoreboot-6dc9d0352e9c2dafb46c8c827d07cfdba2d744dd.tar.xz
treewide: capitalize 'BIOS'
Also replace 'BIOS' by coreboot when the image is 'coreboot.rom'. Change-Id: I8303b7baa9671f19a036a59775026ffd63c85273 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38932 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/kontron')
-rw-r--r--src/mainboard/kontron/ktqm77/mainboard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/kontron/ktqm77/mainboard.c b/src/mainboard/kontron/ktqm77/mainboard.c
index 2af5eb239f..5cd3fc4234 100644
--- a/src/mainboard/kontron/ktqm77/mainboard.c
+++ b/src/mainboard/kontron/ktqm77/mainboard.c
@@ -41,12 +41,12 @@ static int int15_handler(void)
* bit 2 = Graphics Stretching
* bit 1 = Text Stretching
* bit 0 = Centering (do not set with bit1 or bit2)
- * 0 = video bios default
+ * 0 = video BIOS default
*/
X86_EAX &= 0xffff0000;
X86_EAX |= 0x005f;
X86_ECX &= 0xffffff00;
- X86_ECX |= 0x00; /* Use video bios default */
+ X86_ECX |= 0x00; /* Use video BIOS default */
res = 1;
break;
case 0x5f35:
@@ -64,7 +64,7 @@ static int int15_handler(void)
X86_EAX &= 0xffff0000;
X86_EAX |= 0x005f;
X86_ECX &= 0xffff0000;
- X86_ECX |= 0x0000; /* Use video bios default */
+ X86_ECX |= 0x0000; /* Use video BIOS default */
res = 1;
break;
case 0x5f51: