diff options
author | Subrata Banik <subrata.banik@intel.com> | 2019-01-30 15:04:00 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2019-01-31 04:34:53 +0000 |
commit | 1f83e9d592f6be5a4fc36c7d21ae1410a2fbbdfe (patch) | |
tree | 070be1b5090ed4e97b3467dbc39989a406602c93 /src/mainboard/hp | |
parent | b5b135ccd774482c52ae271dc7e9ba1f8639e19c (diff) | |
download | coreboot-1f83e9d592f6be5a4fc36c7d21ae1410a2fbbdfe.tar.xz |
lib/hardwaremain: Fix more ACPI/IOAPIC typos
CB:31139 fixs few ACPI type error. Here is few more typo mistake.
Change-Id: Ieecf0ba8fe09ed5003d5ae766079b8f83cc891b9
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/31152
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r-- | src/mainboard/hp/dl165_g6_fam10/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/hp/dl165_g6_fam10/romstage.c b/src/mainboard/hp/dl165_g6_fam10/romstage.c index 5b19688d68..6554eb1be2 100644 --- a/src/mainboard/hp/dl165_g6_fam10/romstage.c +++ b/src/mainboard/hp/dl165_g6_fam10/romstage.c @@ -197,7 +197,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) fill_mem_ctrl(sysinfo->nodes, sysinfo->ctrl, spd_addr); enable_smbus(); - //do we need apci timer, tsc...., only debug need it for better output + //do we need ACPI timer, tsc...., only debug need it for better output /* all ap stopped? */ // init_timer(); // Need to use TMICT to synchronize FID/VID |