[U-Boot] [PATCH v2 1/4] lacie_kw: add support for EFI partitions

Simon Guinot simon.guinot at sequanux.org
Wed Jun 6 01:16:50 CEST 2012


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 at sequanux.org>
---
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
-- 
1.7.9.5



More information about the U-Boot mailing list