commit | 1fd1e2f69fdfb99bac792beed8b208d451acb598 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 16 20:10:01 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Fri Aug 16 13:45:15 2013 -0400 |
tree | 1b63213783ced34fe426fc95654f0ad9f71fb5d3 | |
parent | bd4a3997f1869113b7ff5881d507b5baab557a6e [diff] |
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>