src/drivers: Capitalize CPU, RAM and ACPI

Change-Id: I720469ea1df75544f5b1e0cab718502d8a9cf197
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/15983
Tested-by: build bot (Jenkins)
Reviewed-by: Omar Pakker
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Elyes HAOUAS
2016-07-30 15:37:26 +02:00
committed by Martin Roth
parent 038e7247dc
commit 7753731f0c
7 changed files with 8 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ vga_fb_init(void)
vga_gr_write(0x07, 0x00);
vga_gr_write(0x08, 0xFF);
/* o/e enable: ram enable */
/* o/e enable: RAM enable */
vga_misc_mask(0x22, 0x22);
}