diff options
author | Nico Huber <nico.huber@secunet.com> | 2023-08-21 21:39:37 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-08-21 20:13:33 +0000 |
commit | 08f97328158fa9b444e66a40acbfc2894ffea82a (patch) | |
tree | 98eee2ebf6453f2492fb4b438cffe44dce98a72a /Documentation | |
parent | cab460f0a44e76f0eb92060704bdb107ed7adb7d (diff) |
doc/soc/amd/psp: Fix indentation in rst table
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 <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77364
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/soc/amd/psp_integration.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/soc/amd/psp_integration.md b/Documentation/soc/amd/psp_integration.md index ec5e0616fd..8e27f5942f 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 | +--------------+---------------+------------------+----------------------------+ ``` |