diff options
author | Peng Fan | 2018-11-20 10:19:11 +0000 |
---|---|---|
committer | Stefano Babic | 2019-01-01 14:12:18 +0100 |
commit | 3814fcba12323b9f30f39ee5455f3f9a7e955c64 (patch) | |
tree | 761076f943ff2b4a6a592b6929edc0f9934c57a8 /Kconfig | |
parent | 4ac94bfa018be2e82e2218d26580d2850e905e65 (diff) |
Introduce CONFIG_FIT_EXTERNAL_OFFSET
Introduce CONFIG_FIT_EXTERNAL_OFFSET to give user a choice to choose
where to put the external data.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -249,6 +249,16 @@ config FIT if FIT +config FIT_EXTERNAL_OFFSET + hex "Text Base" + default 0x0 + help + This specifies a data offset in fit image. + The offset is from data payload offset to the beginning of + fit image header. When specifies a offset, specific data + could be put in the hole between data payload and fit image + header, such as CSF data on i.MX platform. + config FIT_ENABLE_SHA256_SUPPORT bool "Support SHA256 checksum of FIT image contents" default y |