On Tue, Oct 30, 2012 at 02:23:17PM -0500, Joe Hershberger wrote: > Hi Wolfgang, > > On Tue, Oct 30, 2012 at 2:19 PM, Wolfgang Denk <[email protected]> wrote: > > The %p format of printf() would print a pointer to address null as > > "(null)". This makes sense in a real OS where a NULL pointer must > > never be dereferenced, but this is a bootloader, and there are cases > > where accessing the data at address null makes perfect sense. > > > > Remove the special case in lib/vsprintf.c using "#if 0" with a comment > > to make clear this was an intentional change and to stop re-adding > > this code. > > > > Signed-off-by: Wolfgang Denk <[email protected]> > > --- > > Acked-by: Joe Hershberger <[email protected]>
Applied to u-boot/master, thanks! -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

