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: 181843 X-Patchwork-Delegate: promsoft@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 590E62C0093 for ; Wed, 5 Sep 2012 20:39:07 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ABFC72811A; Wed, 5 Sep 2012 12:39:03 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dwwKrwBIy4AN; Wed, 5 Sep 2012 12:39:03 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0FBC9280EC; Wed, 5 Sep 2012 12:39:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3C586280EC for ; Wed, 5 Sep 2012 12:38:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q2gar18gxaNT for ; Wed, 5 Sep 2012 12:38:57 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by theia.denx.de (Postfix) with ESMTPS id 180C9280D5 for ; Wed, 5 Sep 2012 12:38:55 +0200 (CEST) Received: by pbbrr4 with SMTP id rr4so723809pbb.3 for ; Wed, 05 Sep 2012 03:38:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=A0bFwDYXmIiOj3AwYtIR+mZS7DKO2tIvSMPZMrVhj94=; b=FbZ3OlYckU6OIGp8YktFG/Ls7YpDQfRfAEkhQYh5Qv5dN3Vyczc5LOhITjozNWwAB9 GmD1xIoimbH1vIWrKkkUftC4jqgtXr6bKMBakuUjkZwnWL0/rBijpDEWkFk6mClYQyiB QQOWh7I2HwJLm3F6IYCOTPaamp/bEr0bZwseCgPxv/98mn3bNeQbvB2v+c7mrtyUTJci Gv0MSQGKPdjq6tFvkdwluC37kewvQ7CSQfj+4i0DphR63KLxee2JNgYueKOHvRWe6fOK 5WP2rF+IcxCwy2vai2KeeuGaCE8GU/AoQBogRcWyziW2zuwgXXqpguX3KEv318cX3Wfo WllQ== 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 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: ALoCoQl4T7/R6IFF9fOsOQpA+o81nAiolmqnjXlG/gXeSr51f9xHNPQX6GpJJUs3up7MfiDa3mtd Cc: patches@linaro.org Subject: [U-Boot] [PATCH] Exynos5250: Enable PXE Support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de 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