]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Tidy up data sizes and function comment in display_options
authorSimon Glass <sjg@chromium.org>
Wed, 15 Oct 2014 10:38:35 +0000 (04:38 -0600)
committerTom Rini <trini@ti.com>
Mon, 27 Oct 2014 15:04:01 +0000 (11:04 -0400)
commitc6da9ae8a4895ad31a8ff4e3bf3728fd7d0fd535
tree4604c0d442e1bbfa08f8e70202f45f307805a46b
parent6bf6725962ad2d79178c860801ff99f8495b3f44
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>
include/common.h
lib/display_options.c