diff options
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | 2021-05-28 00:20:46 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-15 18:44:36 -0400 |
commit | 23b542aa3f9c663c98e1baa2732cce99c333f030 (patch) | |
tree | 8a4a013a5e1921f344cdcc05b7fae517a3ba2bc3 /lib/sscanf.c | |
parent | ce452157e6a8b68b76cfc5e3d30f7d7b10ace575 (diff) | |
download | u-boot-23b542aa3f9c663c98e1baa2732cce99c333f030.tar.gz u-boot-23b542aa3f9c663c98e1baa2732cce99c333f030.tar.bz2 u-boot-23b542aa3f9c663c98e1baa2732cce99c333f030.zip |
lib/vsprintf.c: remove unused ip6_addr_string()
There's currently no user of %p[iI]6, so including ip6_addr_string()
in the image is a waste of bytes. It's easy enough to have the
compiler elide it without removing the code completely.
The closest I can find to anybody "handling" ipv6 in U-Boot currently
is in efi_net.c which does
if (ipv6) {
ret = EFI_UNSUPPORTED;
As indicated in the comment, it can easily be put back, but preferably
under a config knob.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Diffstat (limited to 'lib/sscanf.c')
0 files changed, 0 insertions, 0 deletions