aboutsummaryrefslogtreecommitdiff
path: root/util/autoport/readme.md
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-08 07:25:47 +0200
committerNico Huber <nico.h@gmx.de>2021-01-10 11:42:30 +0000
commit732eaf20c3319ec3558ff3333efc8ff87f7115de (patch)
treedd3b55e6180e8d36427109f6aebe27bae155cf7a /util/autoport/readme.md
parent388c16a7e8be048f8d2db11eba305430c03a7647 (diff)
util/autoport: Rename to mainboard_fill_gnvs()
Change-Id: Ia8d7083ca2f21abbb5f184c1b55dcf1bf047a7be Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49231 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/autoport/readme.md')
-rw-r--r--util/autoport/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/autoport/readme.md b/util/autoport/readme.md
index bfaaef6f4e..f2b2697da6 100644
--- a/util/autoport/readme.md
+++ b/util/autoport/readme.md
@@ -335,7 +335,7 @@ this value is correct. This can also be determined from the board's schematics.
## GNVS
-`acpi_create_gnvs` sets values in GNVS, which then ACPI makes use of for
+`mainboard_fill_gnvs` sets values in GNVS, which then ACPI makes use of for
various power-related functions. Normally, there is no need to modify it
on laptops (desktops have no "lid"!) but it makes sense to proofread it.