summaryrefslogtreecommitdiff
path: root/doc/usage/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-10-24 10:02:59 -0600
committerTom Rini <[email protected]>2025-10-26 09:03:36 -0600
commitdbdf60b7aa80d9370a8710137843380393786f09 (patch)
tree38c0382debcc5ea9aa1148fbe965445e60121f18 /doc/usage/cmd
parentddc7a60cc77fce4cd1014e589573d06a9c274a4a (diff)
doc: seama: Reword return value section
With the addition of general text about how the return value is handled, reference that while retaining the additional information about setting $seama_image_size Reviewed-by: Quentin Schulz <[email protected]> Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'doc/usage/cmd')
-rw-r--r--doc/usage/cmd/seama.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/usage/cmd/seama.rst b/doc/usage/cmd/seama.rst
index 17fd559f485..a6b00f32902 100644
--- a/doc/usage/cmd/seama.rst
+++ b/doc/usage/cmd/seama.rst
@@ -56,8 +56,5 @@ The command is available if CONFIG_CMD_SEAMA=y.
Return value
------------
-The return value $? is set 0 (true) if the loading is succefull, and
-is set to 1 (false) in case of error.
-
-The environment variable $seama_image_size is set to the size of the
-loaded SEAMA image.
+Along with the general rules for setting $?, the environment variable
+$seama_image_size is set to the size of the loaded SEAMA image.