mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
ae56026783
commit
97535e6b3a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue