summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-12-20 11:56:04 +0100
committerFelix Held <felix-coreboot@felixheld.de>2018-12-20 14:20:49 +0000
commita2faaa9a27ada1ddb47163e01f450982830f9955 (patch)
treedd3484f29ff707fd7dbd2dd7d0104ea77056cdeb /Documentation
parent7f520c8fe6fc991df2c4e91f42843d4290744ebb (diff)
downloadcoreboot-a2faaa9a27ada1ddb47163e01f450982830f9955.tar.gz
coreboot-a2faaa9a27ada1ddb47163e01f450982830f9955.tar.bz2
coreboot-a2faaa9a27ada1ddb47163e01f450982830f9955.zip
Documentation/mb/intel/kblrvp11: Fix table formatting
Without this patch, Sphinx 1.7.9 prints the following warning, and doesn't emit the table as HTML: /.../Documentation/mainboard/intel/kblrvp11.md:1: WARNING: Malformed table. +------------------+---------------------------------------------------+ | CPU | Kaby lake H (i7-7820EQ) | +------------------+---------------------------------------------------+ | PCH | Skylake PCH-H (called SPT-H) | +------------------+---------------------------------------------------+ | Coprocessor | Intel ME | +------------------+---------------------------------------------------+ Change-Id: I17920398126d57eb8815c45e4a0d4b100f46004a Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/c/30333 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/mainboard/intel/kblrvp11.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mainboard/intel/kblrvp11.md b/Documentation/mainboard/intel/kblrvp11.md
index 5b0496d1212a..4ccb392c3af7 100644
--- a/Documentation/mainboard/intel/kblrvp11.md
+++ b/Documentation/mainboard/intel/kblrvp11.md
@@ -67,7 +67,7 @@ $ flashrom -p internal --ifd -i bios -w coreboot.rom --noverify-all
```eval_rst
+------------------+---------------------------------------------------+
-| CPU | Kaby lake H (i7-7820EQ) |
+| CPU | Kaby lake H (i7-7820EQ) |
+------------------+---------------------------------------------------+
| PCH | Skylake PCH-H (called SPT-H) |
+------------------+---------------------------------------------------+