lib: Always build support for formatting MAC and IP address
authorJoe Hershberger <joe.hershberger@ni.com>
Tue, 24 Sep 2019 16:41:23 +0000 (11:41 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 9 Dec 2019 15:47:41 +0000 (09:47 -0600)
commit6f8215681a0af8eb58ce4a112834b2ddcd547912
treee8c727d4aef9156f1cbc366ae5f46749b9545c9c
parentd724321f99bbaf024a5ec4bacf1520de3bc1ac87
lib: Always build support for formatting MAC and IP address

Even if not communicating over the network in U-Boot, code may be manipulating
and storing IP or MAC addresses to pass to Linux, etc.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
lib/vsprintf.c