From: Tom Rini Date: Fri, 24 Oct 2025 16:02:59 +0000 (-0600) Subject: doc: seama: Reword return value section X-Git-Tag: v2026.01-rc1~3^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbdf60b7aa80d9370a8710137843380393786f09;p=thirdparty%2Fu-boot.git 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 Signed-off-by: Tom Rini --- 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.