From 08f97328158fa9b444e66a40acbfc2894ffea82a Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Mon, 21 Aug 2023 21:39:37 +0200 Subject: doc/soc/amd/psp: Fix indentation in rst table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The indentation resulted in the following error: …/Documentation/soc/amd/psp_integration.md:22: ERROR: Unexpected indentation. Alas, the line number refers to the embedded rst. Change-Id: I9526d023af5207602c4a4cea7704b547ef1b7bf0 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/77364 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- Documentation/soc/amd/psp_integration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Documentation') diff --git a/Documentation/soc/amd/psp_integration.md b/Documentation/soc/amd/psp_integration.md index ec5e0616fd1d..8e27f5942f56 100644 --- a/Documentation/soc/amd/psp_integration.md +++ b/Documentation/soc/amd/psp_integration.md @@ -127,11 +127,11 @@ implementations currently use combo tables. +--------------+---------------+------------------+----------------------------+ | Address Mode | 0x0F[7:6] | 2 | 00: x86 Physical address | | | | | 01: offset from start of | -| | | | BIOS (flash offset) | +| | | | BIOS (flash offset) | | | | | 02: offset from start of | -| | | | directory header | +| | | | directory header | | | | | 03: offset from start of | -| | | | partition | +| | | | partition | +--------------+---------------+------------------+----------------------------+ ``` -- cgit v1.2.3