diff options
| author | Tom Rini <[email protected]> | 2026-03-27 09:20:45 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-27 09:20:45 -0600 |
| commit | c704af3c8b0f37929bce8c2a4bba27d6e89919c7 (patch) | |
| tree | 964cbe3e66c171668f22a487fcc2fda9c572e56f /doc/usage/cmd | |
| parent | c24a72c35abe9cbbeb72e2effc6b6c73cd828a32 (diff) | |
| parent | c009771427767679b5d0f2a91110eb10bfa1d604 (diff) | |
Merge tag 'doc-2026-04-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2026-04-rc6
CI: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/29687
Documentation:
* TI boards
- fix OP-TEE args
- fix incorrect labels for boot switches
* Fix typo in pstore documentation.
* Fix document references pointing to replaced uImage.FIT.
* buildman: Add missing :: for examples.
* overlay-fdt-boot: .dtbos do not need load addresses.
* When building the documentation use sys.path.append for pytests.
Diffstat (limited to 'doc/usage/cmd')
| -rw-r--r-- | doc/usage/cmd/pstore.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/cmd/pstore.rst b/doc/usage/cmd/pstore.rst index 63a437135ec..b8e2a478421 100644 --- a/doc/usage/cmd/pstore.rst +++ b/doc/usage/cmd/pstore.rst @@ -80,8 +80,8 @@ For test purpose, you can generate a kernel crash by setting reboot timeout to Retrieve logs in U-Boot ~~~~~~~~~~~~~~~~~~~~~~~ -First of all, unless PStore parameters as been set during U-Boot configuration -and match kernel ramoops parameters, it needs to be set using 'pstore set', e.g.:: +First of all, unless PStore parameters have been set during U-Boot configuration +and match kernel ramoops parameters, they need to be set using 'pstore set', e.g.:: => pstore set 0x30000000 0x100000 0x2000 0x2000 |
