diff options
author | Bastian Germann <bage@debian.org> | 2024-06-24 19:00:38 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-06-30 13:58:31 +0200 |
commit | 43b6b577bceda5f75204352b3dc4f0613b14e7d4 (patch) | |
tree | e9bdbe49943a4cb71eabcc63803d7c59673ded57 | |
parent | e7505b3b8bcd1bca2d30291367713f442b453c41 (diff) | |
download | u-boot-43b6b577bceda5f75204352b3dc4f0613b14e7d4.zip u-boot-43b6b577bceda5f75204352b3dc4f0613b14e7d4.tar.gz u-boot-43b6b577bceda5f75204352b3dc4f0613b14e7d4.tar.bz2 |
doc: fit: Make data-size a conditionally mandatory property
Before 9d0750064e (doc: Move external FIT docs into the main body), the
FIT property data-size was not a mandatory property and still it is not
expected to be set alongside the data property.
Move the data-size property to the "Conditionally mandatory property"
section, where it actually belongs.
Signed-off-by: Bastian Germann <bage@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | doc/usage/fit/source_file_format.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/usage/fit/source_file_format.rst b/doc/usage/fit/source_file_format.rst index 7727ab7..15990e3 100644 --- a/doc/usage/fit/source_file_format.rst +++ b/doc/usage/fit/source_file_format.rst @@ -254,9 +254,6 @@ compression zstd zstd compressed ==================== ================== -data-size - size of the data in bytes - Conditionally mandatory property ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -276,6 +273,9 @@ data-position not relative to the loading of the FIT. This is mandatory if external data used with a fixed address. +data-size + Size of the data in bytes. This is mandatory if external data is used. + os OS name, mandatory for types "kernel". Valid OS names are: |