From patchwork Wed Sep 5 10:38:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chander Kashyap X-Patchwork-Id: 11193 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 5F81923E00 for ; Wed, 5 Sep 2012 10:38:56 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 2E160A188B5 for ; Wed, 5 Sep 2012 10:38:03 +0000 (UTC) Received: by ieak11 with SMTP id k11so728674iea.11 for ; Wed, 05 Sep 2012 03:38:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=A0bFwDYXmIiOj3AwYtIR+mZS7DKO2tIvSMPZMrVhj94=; b=L+wPJ5nESo1sXgW47T1LWE+4upxG6sdCto2ABSjwlr69UIJhWwSgLX/gBrpqZd/Mv0 Yk/sNTIOVudtQa6YE8sNmSL0i+VVgGmYpaARX0w1d21iYJg33hwMC+7Fd06hb43XnL+U Vkbw9MwOYwhz50nKFraQDkrjnIAlFl5KaFwIv/QxV+1ovbGy1yK60ZFt5NrcPOeuGwgF 86dnNyivHBoJDQF6slVQ0augELRiWmJECOjOEzTZWcDJ+N3S3/MpGl+Mn4iUNLG2u+vD sO9fCySQ9MvvdcAU9u+0xNEc0XrVrx4kM+KLEMqwCuRZJLfnvPTf4cT5vR2/vsm5mC1a f7pQ== Received: by 10.50.217.227 with SMTP id pb3mr17364103igc.28.1346841535297; Wed, 05 Sep 2012 03:38:55 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.184.232 with SMTP id ex8csp245881igc; Wed, 5 Sep 2012 03:38:54 -0700 (PDT) Received: by 10.68.141.46 with SMTP id rl14mr53417210pbb.2.1346841534263; Wed, 05 Sep 2012 03:38:54 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id px5si1982853pbb.142.2012.09.05.03.38.53 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Sep 2012 03:38:54 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of chander.kashyap@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of chander.kashyap@linaro.org) smtp.mail=chander.kashyap@linaro.org Received: by pbcmd12 with SMTP id md12so805674pbc.37 for ; Wed, 05 Sep 2012 03:38:53 -0700 (PDT) Received: by 10.68.223.4 with SMTP id qq4mr47592740pbc.10.1346841533273; Wed, 05 Sep 2012 03:38:53 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id hr9sm1155973pbc.36.2012.09.05.03.38.45 (version=SSLv3 cipher=OTHER); Wed, 05 Sep 2012 03:38:52 -0700 (PDT) From: Chander Kashyap To: u-boot@lists.denx.de Cc: mk7.kang@samsung.com, patches@linaro.org, Chander Kashyap Subject: [PATCH] Exynos5250: Enable PXE Support Date: Wed, 5 Sep 2012 16:08:21 +0530 Message-Id: <1346841501-19822-1-git-send-email-chander.kashyap@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQkKzR8L/RNp2zfUARO5U2Z7FvyKSxlTerabayvz/eiUvNQkxJNZ2nbVS+LcQEOs9bBOFxxd Add PXE support for the Exynos5250. Signed-off-by: Chander Kashyap --- include/configs/smdk5250.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index 27dab76..2029ad3 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -216,6 +216,12 @@ #define CONFIG_ENV_SROM_BANK 1 #endif /*CONFIG_CMD_NET*/ +/* Enable PXE Support */ +#ifdef CONFIG_CMD_NET +#define CONFIG_CMD_PXE +#define CONFIG_MENU +#endif + /* Enable devicetree support */ #define CONFIG_OF_LIBFDT