From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 11 Oct 2010 23:31:43 -0700 Subject: [U-Boot] [PATCH] rarp: Condtionally compile rarp support In-Reply-To: <1285863948-2345-1-git-send-email-ptyser@xes-inc.com> References: <1285863948-2345-1-git-send-email-ptyser@xes-inc.com> Message-ID: <4CB400CF.9050307@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Peter, On 9/30/2010 9:25 AM, Peter Tyser wrote: > Most people don't use the 'rarpboot' command, so only enable it when > CONFIG_CMD_RARP is defined. > > Signed-off-by: Peter Tyser > --- > common/cmd_net.c | 2 ++ > include/config_cmd_all.h | 1 + > net/Makefile | 2 +- > net/net.c | 11 +++++++++-- > 4 files changed, 13 insertions(+), 3 deletions(-) Applied to net repo. thanks, Ben