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>
master
Simon Guinot 13 years ago committed by Prafulla Wadaskar
parent 35729c6cb3
commit 8e6224364e
  1. 6
      include/configs/lacie_kw.h

@ -130,6 +130,12 @@
#endif /* CONFIG_CMD_I2C */ #endif /* CONFIG_CMD_I2C */
/* /*
* Partition support
*/
#define CONFIG_DOS_PARTITION
#define CONFIG_EFI_PARTITION
/*
* File systems support * File systems support
*/ */
#define CONFIG_CMD_EXT2 #define CONFIG_CMD_EXT2

Loading…
Cancel
Save