summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-07-25 08:49:03 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-07 05:38:14 +0000
commit3dddf4fb41848c2b816c0ca1470a58f3418028f3 (patch)
treec9641180ed3d5fdb3b7102b88ba18e96c389b4da /Documentation
parente29b80429fcc35f2e615f1eed8180027c5bc3da5 (diff)
downloadcoreboot-3dddf4fb41848c2b816c0ca1470a58f3418028f3.tar.gz
coreboot-3dddf4fb41848c2b816c0ca1470a58f3418028f3.tar.bz2
coreboot-3dddf4fb41848c2b816c0ca1470a58f3418028f3.zip
soc/intel: Obsolete mmap_region_granularity()
Change-Id: I471598d3ce61b70e35adba3bd983f5d823ba3816 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34696 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Intel/SoC/soc.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/Intel/SoC/soc.html b/Documentation/Intel/SoC/soc.html
index fff536b9b15c..6b1bb307401f 100644
--- a/Documentation/Intel/SoC/soc.html
+++ b/Documentation/Intel/SoC/soc.html
@@ -148,7 +148,6 @@ mv build/coreboot.rom.new build/coreboot.rom
<li>Edit the src/soc/&lt;Vendor&gt;/&lt;Chip Family&gt;/memmap.c file
<ol type="A">
<li>Add the fsp/memmap.h include file</li>
- <li>Add the mmap_region_granularity routine</li>
</ol>
</li>
<li>Add the necessary .h files to define the necessary values and structures</li>