versal: remove the @ from fitImage-versal-vck190.its
When executing the command `$ make -f versal.mk image` when following the instructions in: https://github.com/OP-TEE/optee_docs/blob/master/building/devices/versal.rst#configuring-and-building-for-vck190 an error is being encountered when trying to recreate this build using Ubuntu 20.04.5 LTS `../u-boot/tools/mkimage -f versal/fitImage-versal-vck190.its versal/versal-vck190.ub` `versal/fitImage-versal-vck190.its:17.20-19.15: Warning (unit_address_vs_reg): /images/kernel/hash@1: node has a unit name, but no reg property` `versal/fitImage-versal-vck190.its:28.20-30.15: Warning (unit_address_vs_reg): /images/fdt-1/hash@1: node has a unit name, but no reg property` `versal/fitImage-versal-vck190.its:39.20-41.15: Warning (unit_address_vs_reg): /images/fdt-2/hash@1: node has a unit name, but no reg property` `versal/fitImage-versal-vck190.its:50.20-52.15: Warning (unit_address_vs_reg): /images/ramdisk/hash@1: node has a unit name, but no reg property` `versal/fitImage-versal-vck190.its:57.16-65.11: Warning (unit_address_vs_reg): /configurations/conf@1: node has a unit name, but no reg property` `versal/fitImage-versal-vck190.its:62.20-64.15: Warning (unit_address_vs_reg): /configurations/conf@1/hash@1: node has a unit name, but no reg property` `../u-boot/tools/mkimage: verify_header failed for FIT Image support with exit code 1` `make: *** [versal.mk:157: fitimage] Error 1` This commit resolves the issue. Signed-off-by:Nathan Menhorn <nathan.menhorn@amd.com> Acked-by:
Jerome Forissier <jerome.forissier@linaro.org>
Please register or sign in to comment