]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
vsprintf: pull updates from Linux kernel
authorMike Frysinger <vapier@gentoo.org>
Tue, 17 Feb 2009 04:21:36 +0000 (23:21 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 20 Mar 2009 21:39:09 +0000 (22:39 +0100)
commit6c6166f52983dac775e3852f9d0f49d033f27108
tree38a782d4c9d928c5fef02b40dd0675e215596ea2
parenta43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
vsprintf: pull updates from Linux kernel

This brings in support for the %p modifier which allows us to easily print
out things like ip addresses, mac addresses, and pointers.

It also converts the rarely used 'q' length modifier to the common 'L'
modifier when dealing with quad types.

While this new code is a bit larger (~1k .text), most of it should be made
up by converting the existing ip/mac address code to use format modifiers.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
common/cmd_ide.c
disk/part.c
lib_generic/vsprintf.c