]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/bootstage.c
bootstage: Correct printf types
authorSimon Glass <sjg@chromium.org>
Tue, 11 Jun 2013 18:14:37 +0000 (11:14 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:16:41 +0000 (10:16 -0400)
commit5d3bd34545061ec665e64d7f5162fb5eef1e3001
tree580609db8d18e27397ed9b3e6c27b92022af5d67
parentaec36cfdac34ddbf6542915005830536fb7e5fb7
bootstage: Correct printf types

The unstash code is a bit loose with its printf() types, which gives
warnings on sandbox. Correct this.

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