commit | b81fdb04868e21693f5dfe9242ff6f49fcfe5a93 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Wed Feb 05 20:49:20 2014 -0700 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Feb 21 15:30:05 2014 +0100 |
tree | 6027eba85cf332d84a94d95dbca66dcc18ef3fc9 | |
parent | 3e11350255d9c5d4bd03c2a65769da84c05d3294 [diff] |
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: Stephen Warren <swarren@wwwdotorg.org>