summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-02-13 17:31:11 -0500
committerTom Rini <[email protected]>2024-02-13 17:32:17 -0500
commit0b66c54a97320956b837f61216debfb50c0ffec6 (patch)
tree4a641d6853dd8dd7fd7586b6be8d67c418717204 /doc
parent73b5b47dd5b546d0b9106bcca54c72815380e6d3 (diff)
parentea7d3eec1e6e6541db68bf48a1314410e06cd9de (diff)
Merge branch '2024-02-13-assorted-updates'
- Add the button command patch, update MAINTAINERS entry for a platform, fix a problem with the hash command, fix a problem on K3 platforms and revert a change on verdin-am62.
Diffstat (limited to 'doc')
-rw-r--r--doc/usage/environment.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst
index 82b6ea7b6e7..ebf75fa948a 100644
--- a/doc/usage/environment.rst
+++ b/doc/usage/environment.rst
@@ -190,6 +190,10 @@ bootm_size
bootstopkeysha256, bootdelaykey, bootstopkey
See README.autoboot
+button_cmd_0, button_cmd_0_name ... button_cmd_N, button_cmd_N_name
+ Used to map commands to run when a button is held during boot.
+ See CONFIG_BUTTON_CMD.
+
updatefile
Location of the software update file on a TFTP server, used
by the automatic software update feature. Please refer to