doc: board: sl28: fix table

Convert the table to a correct reST table syntax.

Signed-off-by: Michael Walle <mwalle@kernel.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit 079ae2734c)
This commit is contained in:
Michael Walle
2024-12-13 11:23:20 +01:00
committed by Simon Glass
parent 116258a4b7
commit c8e20dd902

View File

@@ -65,12 +65,14 @@ wdt command flags
The `wdt start` as well as the `wdt expire` command take a flags argument.
The supported bitmask is as follows.
| Bit | Description |
| --- | ----------------------------- |
| 0 | Enable failsafe mode |
| 1 | Lock the control register |
| 2 | Disable board reset |
| 3 | Enable WDT_TIME_OUT# line |
=== ==============================
Bit Description
=== ==============================
0 Enable failsafe mode
1 Lock the control register
2 Disable board reset
3 Enable WDT_TIME_OUT# line
=== ==============================
For example, you can use `wdt expire 1` to issue a reset and boot into the
failsafe bootloader.