diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-07-25 08:49:03 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-08-07 05:38:14 +0000 |
commit | 3dddf4fb41848c2b816c0ca1470a58f3418028f3 (patch) | |
tree | c9641180ed3d5fdb3b7102b88ba18e96c389b4da /Documentation/Intel | |
parent | e29b80429fcc35f2e615f1eed8180027c5bc3da5 (diff) |
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/Intel')
-rw-r--r-- | Documentation/Intel/SoC/soc.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/Intel/SoC/soc.html b/Documentation/Intel/SoC/soc.html index fff536b9b1..6b1bb30740 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/<Vendor>/<Chip Family>/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> |