]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
Move simple_itoa to vsprintf
authorSimon Glass <sjg@chromium.org>
Fri, 21 Oct 2011 18:51:33 +0000 (18:51 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 26 Oct 2011 19:32:15 +0000 (21:32 +0200)
commit3cce8a5496452285e1828984ad3945417205cfc3
treeef8158e41e224c5446c70fe888e69f8d969d58ed
parent70d52f9a4e661f00814ed2160bdedd3cc49aa44c
Move simple_itoa to vsprintf

This function is generally useful and shouldn't hide away in hush. It
has been moved as is.

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