]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add function to print a number with grouped digits
authorSimon Glass <sjg@chromium.org>
Tue, 11 Jun 2013 18:14:38 +0000 (11:14 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:16:41 +0000 (10:16 -0400)
commitb8bcaa3ad393c34b7cdd9c8dcd9e9b82e2a34c58
tree459c6fbd20218790caffe466f6c9f4b84fb4d785
parent5d3bd34545061ec665e64d7f5162fb5eef1e3001
Add function to print a number with grouped digits

Move bootstage's numbering printing code into a generic place so that it can
be used by tracing also.

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