From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Guinot Date: Thu, 6 Sep 2012 22:51:41 +0200 Subject: [U-Boot] [PATCH v4 1/3] lacie_kw: add support for EFI partitions In-Reply-To: <1346964703-4388-1-git-send-email-simon.guinot@sequanux.org> References: <1346964703-4388-1-git-send-email-simon.guinot@sequanux.org> Message-ID: <1346964703-4388-2-git-send-email-simon.guinot@sequanux.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@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, v3 and v4. 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 c35c2db..08aec04 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 -- 1.7.10