diff options
author | Sam Povilus <sam.povilus@amd.com> | 2024-06-04 13:52:56 -0600 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-06-06 09:24:10 +0200 |
commit | 9edc13159ec4c280961d02775db25e7588f1cecb (patch) | |
tree | baefaafdae35450ee0078f0879e1c21eceab755e | |
parent | 2f6d2c726c2c6a23a89c92a61d4eba1f7d8c9c07 (diff) |
doc: add clarity to what a "fpga" image is
Update fit documentation to clarify that FPGA images are vendor specific and opaque bitstreams.
Signed-off-by: Sam Povilus <sam.povilus@amd.com>
-rw-r--r-- | doc/usage/fit/source_file_format.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/fit/source_file_format.rst b/doc/usage/fit/source_file_format.rst index 310225d8390..7727ab77c54 100644 --- a/doc/usage/fit/source_file_format.rst +++ b/doc/usage/fit/source_file_format.rst @@ -198,7 +198,7 @@ type firmware Firmware firmware_ivt Firmware with HABv4 IVT flat_dt Flat Device Tree - fpga FPGA Image + fpga FPGA Device Image (bitstream file, vendor specific) gpimage TI Keystone SPL Image imx8image NXP i.MX8 Boot Image imx8mimage NXP i.MX8M Boot Image |