Skip to content
Snippets Groups Projects
Commit 214dc1da authored by Hannes Petermaier's avatar Hannes Petermaier Committed by Joe Hershberger
Browse files

net: bootp fix vci string on SPL-Boot


If CONFIG_CMD_DHCP is enabled, the vci (vendor-class-identifier) string
isn't inserted into the bootp-packet during SPL stage because the

CONFIG_BOOTP_VCI_STRING
instead
CONFIG_SPL_NET_VCI_STRING

We fix this with testing for CONFIG_SPL_BUILD and testing for existing
CONFIG_SPL_NET_VCI_STRING.

Signed-off-by: default avatarHannes Schmelzer <oe5hpm@oevsv.at>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent f5fb7346
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment