aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p8z77-m_pro
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/asus/p8z77-m_pro
parentc7a3152273ef3179e3ad5f66f53c4a9d2aa39c8e (diff)
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/asus/p8z77-m_pro')
-rw-r--r--src/mainboard/asus/p8z77-m_pro/cmos.layout2
-rw-r--r--src/mainboard/asus/p8z77-m_pro/early_init.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asus/p8z77-m_pro/cmos.layout b/src/mainboard/asus/p8z77-m_pro/cmos.layout
index da29d1c10e..4ac7b5d2eb 100644
--- a/src/mainboard/asus/p8z77-m_pro/cmos.layout
+++ b/src/mainboard/asus/p8z77-m_pro/cmos.layout
@@ -77,7 +77,7 @@ entries
421 2 e 8 usb3_mode
# usb3_drv
-# Load (or not) pre-OS xHCI USB3 bios driver
+# Load (or not) pre-OS xHCI USB3 BIOS driver
#
423 1 e 1 usb3_drv
diff --git a/src/mainboard/asus/p8z77-m_pro/early_init.c b/src/mainboard/asus/p8z77-m_pro/early_init.c
index 800d975d0f..6c76a7ac29 100644
--- a/src/mainboard/asus/p8z77-m_pro/early_init.c
+++ b/src/mainboard/asus/p8z77-m_pro/early_init.c
@@ -115,7 +115,7 @@ void mainboard_fill_pei_data(struct pei_data *pei_data)
.tseg_size = CONFIG_SMM_TSEG_SIZE,
.spd_addresses = { 0xa0, 0xa2, 0xa4, 0xa6 }, /* SMBus mul 2 */
.ts_addresses = { 0x00, 0x00, 0x00, 0x00 },
- .ec_present = 0, /* Asus 2203 bios shows XUECA016, but no EC */
+ .ec_present = 0, /* Asus 2203 BIOS shows XUECA016, but no EC */
.gbe_enable = 0, /* Board uses no Intel GbE but a RTL8111F */
.dimm_channel0_disabled = 0, /* Both DIMM enabled */
.dimm_channel1_disabled = 0, /* Both DIMM enabled */