From: Simon Guinot Date: Thu, 6 Sep 2012 10:51:41 +0000 (+0000) Subject: lacie_kw: add support for EFI partitions X-Git-Tag: v2012.10-rc3~15^2~13^2~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8e6224364e85950cc308f6ab19eacf957abd94de;p=u-boot lacie_kw: add support for EFI partitions 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 --- diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index c35c2db30c..08aec042c3 100644 --- a/include/configs/lacie_kw.h +++ b/include/configs/lacie_kw.h @@ -129,6 +129,12 @@ #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 /* 8-bit device address */ #endif /* CONFIG_CMD_I2C */ +/* + * Partition support + */ +#define CONFIG_DOS_PARTITION +#define CONFIG_EFI_PARTITION + /* * File systems support */