]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
convert print_IPaddr() to %pI4
authorMike Frysinger <vapier@gentoo.org>
Tue, 17 Feb 2009 05:00:53 +0000 (00:00 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 20 Mar 2009 21:39:09 +0000 (22:39 +0100)
commitb6446b67758ea1e41223f0782924bb73fd0a89d0
tree6d96ce0bb34d3be4f09de423721095c1c6b8b1aa
parent6c6166f52983dac775e3852f9d0f49d033f27108
convert print_IPaddr() to %pI4

Now that our printf functions support the %pI4 modifier like the kernel,
let's drop the inflexible print_IPaddr() function and covert over to the
%pI4 modifier.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
CC: Ben Warren <biggerbadderben@gmail.com>
common/cmd_bdinfo.c
include/net.h
net/bootp.c
net/net.c
net/nfs.c
net/tftp.c