Re: [U-Boot] [PATCH v6 1/4] Move vsprintf functions into their own header

2011-12-17 Thread Wolfgang Denk
Dear Simon Glass, In message <1320263530-22843-2-git-send-email-...@chromium.org> you wrote: > common.h is very large, so before changing the vsprintf functions, move the > prototypes into their own header file. > > Signed-off-by: Simon Glass > --- > Changes in v3: > - Move prototypes from commo

[U-Boot] [PATCH v6 1/4] Move vsprintf functions into their own header

2011-11-02 Thread Simon Glass
common.h is very large, so before changing the vsprintf functions, move the prototypes into their own header file. Signed-off-by: Simon Glass --- Changes in v3: - Move prototypes from common.h to vsprintf.h include/common.h | 11 +-- include/vsprintf.h | 39 +++