commit | 5d3bd34545061ec665e64d7f5162fb5eef1e3001 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 11 11:14:37 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jun 26 10:16:41 2013 -0400 |
tree | 580609db8d18e27397ed9b3e6c27b92022af5d67 | |
parent | aec36cfdac34ddbf6542915005830536fb7e5fb7 [diff] |
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>