Use uint64_t instead of u64 in put_dec()
authorSimon Glass <sjg@chromium.org>
Wed, 15 Oct 2014 10:38:34 +0000 (04:38 -0600)
committerTom Rini <trini@ti.com>
Mon, 27 Oct 2014 15:04:01 +0000 (11:04 -0400)
commit6bf6725962ad2d79178c860801ff99f8495b3f44
tree9d11fbafeb83e36b424298ebb552d239d3684204
parent19ea4678ca5ce4c3a626039ed7642d4e0fbfdee1
Use uint64_t instead of u64 in put_dec()

Use the correct type required by do_div().

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/vsprintf.c