From patchwork Mon Feb 13 13:30:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ajay Bhargav X-Patchwork-Id: 140905 X-Patchwork-Delegate: marek.vasut@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 256D81007D1 for ; Tue, 14 Feb 2012 00:30:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 211ED280A0; Mon, 13 Feb 2012 14:30:51 +0100 (CET) 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 ygZFKRuXvc2z; Mon, 13 Feb 2012 14:30:50 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CB3B12808D; Mon, 13 Feb 2012 14:30:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 96EFB2808D for ; Mon, 13 Feb 2012 14:30:48 +0100 (CET) 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 2jCaBFrn9199 for ; Mon, 13 Feb 2012 14:30:48 +0100 (CET) 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 ahm.einfochips.com (ahm.einfochips.com [203.76.128.206]) by theia.denx.de (Postfix) with ESMTP id 153D728089 for ; Mon, 13 Feb 2012 14:30:45 +0100 (CET) Received: from localhost (localhost.localdomain [127.0.0.1]) by ahm.einfochips.com (Postfix) with ESMTP id E24A1A608071; Mon, 13 Feb 2012 18:44:54 +0530 (IST) X-Virus-Scanned: amavisd-new at einfochips.com Received: from ahm.einfochips.com ([127.0.0.1]) by localhost (ahm.einfochips.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Egq0BBbvO10m; Mon, 13 Feb 2012 18:44:54 +0530 (IST) Received: from localhost.localdomain (unknown [10.100.4.207]) by ahm.einfochips.com (Postfix) with ESMTPA id C2D38A608066; Mon, 13 Feb 2012 18:44:54 +0530 (IST) From: Ajay Bhargav To: prafulla@marvell.com Date: Mon, 13 Feb 2012 19:00:38 +0530 Message-Id: <1329139838-32146-1-git-send-email-ajay.bhargav@einfochips.com> X-Mailer: git-send-email 1.7.7.2 Cc: Ajay Bhargav , u-boot@lists.denx.de Subject: [U-Boot] [PATCH] Armada100: gplugD: Add FAT & EXT2 command 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 This patch adds FAT and ext2 command support for marvell gplugD Signed-off-by: Ajay Bhargav --- include/configs/gplugd.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h index 061ebe6..462cc7e 100644 --- a/include/configs/gplugd.h +++ b/include/configs/gplugd.h @@ -73,6 +73,8 @@ #define CONFIG_CMD_AUTOSCRIPT #undef CONFIG_CMD_FPGA #define CONFIG_CMD_USB +#define CONFIG_CMD_EXT2 +#define CONFIG_CMD_FAT /* Disable DCACHE */ #define CONFIG_SYS_DCACHE_OFF