]> git.dujemihanovic.xyz Git - u-boot.git/commit
ls2080aqds: Add missing headers to eth_ls1088aqds.c
authorTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:28:17 +0000 (12:28 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:50:52 +0000 (14:50 -0500)
commit43f85421932181ec251b6f230c79b22bc7fb8b01
tree47dc8b3be2523d6f3ad476b623a8fc2f4f43da2e
parent71b68b2d4111cce69fce7b3df3690a38e6e888e5
ls2080aqds: Add missing headers to eth_ls1088aqds.c

As we call sprintf in this file we need to include vsprintf.h in order
to get the function prototype and we need linux/string.h for strcmp.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/freescale/ls2080aqds/eth.c