projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35729c6
)
lacie_kw: add support for EFI partitions
author
Simon Guinot
<simon.guinot@sequanux.org>
Thu, 6 Sep 2012 10:51:41 +0000
(10:51 +0000)
committer
Prafulla Wadaskar
<prafulla@marvell.com>
Wed, 3 Oct 2012 11:13:12 +0000
(16:43 +0530)
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>
include/configs/lacie_kw.h
patch
|
blob
|
history
diff --git
a/include/configs/lacie_kw.h
b/include/configs/lacie_kw.h
index c35c2db30c979b2eb484cfaba6166cce1a53b083..08aec042c374d5998e4b2738a79471e0f50d469b 100644
(file)
--- 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
*/