summaryrefslogtreecommitdiffstats
path: root/include/configs/lacie_kw.h
diff options
context:
space:
mode:
authorSimon Guinot <simon.guinot@sequanux.org>2012-09-06 10:51:41 +0000
committerPrafulla Wadaskar <prafulla@marvell.com>2012-10-03 16:43:12 +0530
commit8e6224364e85950cc308f6ab19eacf957abd94de (patch)
treedf5162767a130b1419720ec051fcbd927ec16fb8 /include/configs/lacie_kw.h
parent35729c6cb310d8bdfcf32ec0c23f226c714efda3 (diff)
downloadtalos-obmc-uboot-8e6224364e85950cc308f6ab19eacf957abd94de.tar.gz
talos-obmc-uboot-8e6224364e85950cc308f6ab19eacf957abd94de.zip
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 <simon.guinot@sequanux.org>
Diffstat (limited to 'include/configs/lacie_kw.h')
-rw-r--r--include/configs/lacie_kw.h6
1 files changed, 6 insertions, 0 deletions
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
@@ -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
OpenPOWER on IntegriCloud