Skip to content
Snippets Groups Projects
Commit b81fdb04 authored by Stephen Warren's avatar Stephen Warren Committed by Albert ARIBAUD
Browse files

pxe: allow compilation when !defined(CONFIG_CMD_NET)


pxe.c provides both the "pxe" command which relies on a network, and the
"sysboot" command which doesn't. Fix the file to compile when network
support isn't enabled. This is useful e.g. on the Raspberry Pi which has
no network support yet, but will soon support the sysboot command.

Signed-off-by: default avatarStephen Warren <swarren@wwwdotorg.org>
parent 3e113502
No related branches found
No related tags found
No related merge requests found
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