From: Michael Walle Date: Fri, 13 Dec 2024 10:23:20 +0000 (+0100) Subject: doc: board: sl28: fix table X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=079ae2734c4641b148932c1758a2524492d35772;p=u-boot.git doc: board: sl28: fix table Convert the table to a correct reST table syntax. Signed-off-by: Michael Walle Signed-off-by: Peng Fan --- diff --git a/doc/board/kontron/sl28.rst b/doc/board/kontron/sl28.rst index 2cb8ec62be..5d47ce6c15 100644 --- a/doc/board/kontron/sl28.rst +++ b/doc/board/kontron/sl28.rst @@ -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.