diff options
-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 | +--------------+---------------+------------------+----------------------------+ ``` |