]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: Display FIT timestamp when booting
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2013 03:10:01 +0000 (20:10 -0700)
committerTom Rini <trini@ti.com>
Fri, 16 Aug 2013 17:45:15 +0000 (13:45 -0400)
commit1fd1e2f69fdfb99bac792beed8b208d451acb598
tree1b63213783ced34fe426fc95654f0ad9f71fb5d3
parentbd4a3997f1869113b7ff5881d507b5baab557a6e
image: Display FIT timestamp when booting

The timestamp is shown in fit_print_contents() but for some reason not
in fit_image_print(). This seems to be an oversight, since it is the latter
which is used by bootm.

Add timestamp printing in this case.

(There is code duplication in these two function, for looking at in a future
patch).

Signed-off-by: Simon Glass <sjg@chromium.org>
common/image-fit.c