]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/board_r: remove warning in initr_mem for 64-bit phys_size_t
authorValentin Longchamp <valentin.longchamp@keymile.com>
Fri, 3 Oct 2014 09:16:19 +0000 (11:16 +0200)
committerTom Rini <trini@ti.com>
Fri, 10 Oct 2014 13:44:45 +0000 (09:44 -0400)
commitae1a74ebe7b4627205703f19e60c1c2c2fa06c73
tree2966ef263fd732c59c556390a55606c70f1c78f7
parent207828e215f7e8331ea3c304b922de9d155fb68e
common/board_r: remove warning in initr_mem for 64-bit phys_size_t

Since on powerpc phys_size_t can be unsigned long long, this printout
line can result in a not nice compile warning.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Acked-by: Simon Glass <sjg@chromium.org>
common/board_r.c