]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rarp: Condtionally compile rarp support
authorPeter Tyser <ptyser@xes-inc.com>
Thu, 30 Sep 2010 16:25:48 +0000 (11:25 -0500)
committerBen Warren <biggerbadderben@gmail.com>
Tue, 12 Oct 2010 06:00:29 +0000 (23:00 -0700)
commitbf6cb247a5df202fbed4fd43df477d863b68fbe1
tree364503e9fb4b160fbf0f985aee02a486d2d2aed5
parent3f91ec0fa1ceab413fa2e74b4ffd37ab505cc66c
rarp: Condtionally compile rarp support

Most people don't use the 'rarpboot' command, so only enable it when
CONFIG_CMD_RARP is defined.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
common/cmd_net.c
include/config_cmd_all.h
net/Makefile
net/net.c