commit | 08ea373937477abe18bd419374eff872f0b59c3a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Oct 15 04:38:35 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Mon Oct 27 11:04:01 2014 -0400 |
tree | 4604c0d442e1bbfa08f8e70202f45f307805a46b | |
parent | d1c377f1b4c27cf267561b9e4dfb365dd548d0c3 [diff] |
Tidy up data sizes and function comment in display_options Use inttypes.h and uint64_t to correct the code so that it will not issue warnings on 64-bit machines where 'uint64_t' is 'unsigned long'. Signed-off-by: Simon Glass <sjg@chromium.org>