From patchwork Tue Jun 5 23:16:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Guinot X-Patchwork-Id: 163192 X-Patchwork-Delegate: prafulla@marvell.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 C0247B6F9A for ; Wed, 6 Jun 2012 09:16:39 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9DE58280AB; Wed, 6 Jun 2012 01:16:34 +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 U6fP7sFQ06FR; Wed, 6 Jun 2012 01:16:34 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9DE89280BF; Wed, 6 Jun 2012 01:16:29 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C1B84280AD for ; Wed, 6 Jun 2012 01:16:26 +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 n2uZSYw4jo5d for ; Wed, 6 Jun 2012 01:16:25 +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 vm1.sequanux.org (vm1.sequanux.org [188.165.36.56]) by theia.denx.de (Postfix) with ESMTP id E78F3280AB for ; Wed, 6 Jun 2012 01:16:24 +0200 (CEST) Received: from localhost (unknown [78.251.146.41]) by vm1.sequanux.org (Postfix) with ESMTPSA id 7C02E1080A8; Wed, 6 Jun 2012 01:16:24 +0200 (CEST) From: Simon Guinot To: Prafulla Wadaskar Date: Wed, 6 Jun 2012 01:16:50 +0200 Message-Id: <1338938213-7321-2-git-send-email-simon.guinot@sequanux.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1338938213-7321-1-git-send-email-simon.guinot@sequanux.org> References: <1338938213-7321-1-git-send-email-simon.guinot@sequanux.org> Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH v2 1/4] lacie_kw: add support for EFI partitions 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 Defines CONFIG_EFI_PARTITION for LaCie boards. Additionally this patch defines CONFIG_DOS_PARTITION. Note that this definition is implicit in mv_common.h when CONFIG_CMD_USB is enabled. Signed-off-by: Simon Guinot --- No changes for v2. include/configs/lacie_kw.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index 4f8bc8f..dc6157d 100644 --- a/include/configs/lacie_kw.h +++ b/include/configs/lacie_kw.h @@ -130,6 +130,12 @@ #endif /* CONFIG_CMD_I2C */ /* + * Partition support + */ +#define CONFIG_DOS_PARTITION +#define CONFIG_EFI_PARTITION + +/* * File systems support */ #define CONFIG_CMD_EXT2