diff options
| author | Tom Rini <[email protected]> | 2024-12-15 08:02:46 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-15 08:02:46 -0600 |
| commit | 50334151c02077f16613b0a082d95640800ba60e (patch) | |
| tree | 9edd6ce0438f37966b7e5d9f82bcd478759fc9b6 /doc | |
| parent | eb1817ad8707e31da23e4b30e6cbe09056e0dca3 (diff) | |
| parent | c71aaaf6a896589c97e6ebb45c85f577d435c1e5 (diff) | |
Merge tag 'fsl-qoriq-2024-12-15' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq
CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/23856
- Use strcat to replace sprintf for t208xqds
- Fix bootefi for board ls1028a
- Various fixes to sl28 board
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/kontron/sl28.rst | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/board/kontron/sl28.rst b/doc/board/kontron/sl28.rst index 2cb8ec62be4..5d47ce6c158 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. |
