[U-Boot] mkimage needs fitImage

shr ch shrads.june at gmail.com
Thu Apr 28 13:04:11 CEST 2016


Hi,

For adding public keys to uboot dtb the mkimage step is

mkimage -D "-I dts -O dtb -p 2000" -F -k keys -K u-boot.dtb -r fitImage

It resigns fitImage and adds public key to uboot dtb

but why do we need fitImage for adding public keys to uboot dtb ? can't
this be two different steps ? there is already a step to just build
fitImage.

This creates unnecessary dependency of building fitImage before building
uboot.


More information about the U-Boot mailing list