diff options
author | Marek Vasut <marex@denx.de> | 2023-08-31 16:56:03 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-10-16 08:46:01 +0200 |
commit | 97535e6b3a33cad6d343130399dd934d367cb530 (patch) | |
tree | 8f0899df99721fe3f093c802ed918ba852a07016 /doc | |
parent | ae56026783c95635fed9d6ebca1e6584d4a32dc6 (diff) | |
download | u-boot-97535e6b3a33cad6d343130399dd934d367cb530.zip u-boot-97535e6b3a33cad6d343130399dd934d367cb530.tar.gz u-boot-97535e6b3a33cad6d343130399dd934d367cb530.tar.bz2 |
imx: hab: Use CONFIG_SPL_LOAD_FIT_ADDRESS in the CSF example
The SPL authenticates image starting from CONFIG_SPL_LOAD_FIT_ADDRESS
address, update the csf_fit.txt to match.
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/imx/habv4/csf_examples/mx8m/csf_fit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/imx/habv4/csf_examples/mx8m/csf_fit.txt b/doc/imx/habv4/csf_examples/mx8m/csf_fit.txt index 3d79edf..97f3eea 100644 --- a/doc/imx/habv4/csf_examples/mx8m/csf_fit.txt +++ b/doc/imx/habv4/csf_examples/mx8m/csf_fit.txt @@ -27,4 +27,4 @@ Verification index = 2 # FIXME: # Line 1 -- fitImage - Blocks = 0x401fcdc0 0x57c00 0xffff "flash.bin" + Blocks = CONFIG_SPL_LOAD_FIT_ADDRESS 0x57c00 0xffff "flash.bin" |