summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 725f5c54cc..edc3aa6523 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -2892,13 +2892,14 @@ system and gives an overview of their function and contents.
2892 2892
2893 :term:`FIT_KERNEL_COMP_ALG` 2893 :term:`FIT_KERNEL_COMP_ALG`
2894 Compression algorithm to use for the kernel image inside the FIT Image. 2894 Compression algorithm to use for the kernel image inside the FIT Image.
2895 At present, the only supported values are "gzip" (default) or "none" 2895 At present, the only supported values are "gzip" (default), "lzo" or "none".
2896 If you set this variable to anything other than "none" you may also need 2896 If you set this variable to anything other than "none" you may also need
2897 to set :term:`FIT_KERNEL_COMP_ALG_EXTENSION`. 2897 to set :term:`FIT_KERNEL_COMP_ALG_EXTENSION`.
2898 2898
2899 :term:`FIT_KERNEL_COMP_ALG_EXTENSION` 2899 :term:`FIT_KERNEL_COMP_ALG_EXTENSION`
2900 File extension corresponding to :term:`FIT_KERNEL_COMP_ALG`. The default 2900 File extension corresponding to :term:`FIT_KERNEL_COMP_ALG`. The default
2901 value is ".gz". 2901 value is ".gz". If you set :term:`FIT_KERNEL_COMP_ALG` to "lzo",
2902 you may want to set this variable to ".lzo".
2902 2903
2903 :term:`FIT_KEY_GENRSA_ARGS` 2904 :term:`FIT_KEY_GENRSA_ARGS`
2904 Arguments to openssl genrsa for generating RSA private key for signing 2905 Arguments to openssl genrsa for generating RSA private key for signing