summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-05-30 18:02:32 +0300
committerPatrick Georgi <pgeorgi@google.com>2020-06-07 21:45:45 +0000
commit4164476dfc282c3a473d60f0f65b483086e24d50 (patch)
tree050388125b2dc234e9f4fca67e34564f06b58434 /Documentation
parent4812cf96c2d099c58e779a0859d3a2c47ae27804 (diff)
downloadcoreboot-4164476dfc282c3a473d60f0f65b483086e24d50.tar.xz
mb,soc/intel: Rename acpi_fill_in_fadt() to acpi_fill_fadt()
Change-Id: I9025ca3b6b438e5f9a790076fc84460342362fc2 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41919 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Intel/Board/board.html2
-rw-r--r--Documentation/Intel/SoC/soc.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Intel/Board/board.html b/Documentation/Intel/Board/board.html
index 4ba51df401..0d4631ad51 100644
--- a/Documentation/Intel/Board/board.html
+++ b/Documentation/Intel/Board/board.html
@@ -222,7 +222,7 @@
<li>Add the acpi_create_fadt routine
<ol type="I">
<li>fill in the ACPI header</li>
- <li>Call the acpi_fill_in_fadt routine</li>
+ <li>Call the acpi_fill_fadt routine</li>
</ol>
</li>
</ol>
diff --git a/Documentation/Intel/SoC/soc.html b/Documentation/Intel/SoC/soc.html
index 53131c6e6f..8d565d52fe 100644
--- a/Documentation/Intel/SoC/soc.html
+++ b/Documentation/Intel/SoC/soc.html
@@ -667,7 +667,7 @@ Use the following steps to debug the call to TempRamInit:
</li>
<li>Create a acpi.c module:
<ol type="A">
- <li>Add the acpi_fill_in_fadt routine and initialize the values above</li>
+ <li>Add the acpi_fill_fadt routine and initialize the values above</li>
</ol>
</li>
</ol>