summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/soc/amd/psp_integration.md6
1 files changed, 3 insertions, 3 deletions
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 |
+--------------+---------------+------------------+----------------------------+
```