• S
    mkimage: Allow updating the FIT timestamp · 4c63d217
    Simon Glass 提交于
    Normally the FIT timestamp is created the first time mkimage is run on a
    FIT, when converting the source .its to the binary .fit file. This
    corresponds to using the -f flag. But if the original input to mkimage is
    a binary file (already compiled) then the timestamp is assumed to have
    been set previously.
    
    Add a -t flag to allow setting the timestamp in this case.
    Signed-off-by: NSimon Glass <sjg@chromium.org>
    Reviewed-by: NBin Meng <bmeng.cn@gmail.com>
    4c63d217
fit_image.c 23.1 KB