[U-Boot] [PATCHv2 2/2] omap3evm: Add support for EFI partitions
Sanjeev Premi
premi at ti.com
Tue Nov 15 14:54:47 CET 2011
Defines CONFIG_EFI_PARTITION for OMAP3 EVM.
Signed-off-by: Sanjeev Premi <premi at ti.com>
Cc: Sandeep Paulraj <s-paulraj at ti.com>
Cc: Tom Rini <tom.rini at gmail.com>
---
Changes since v1:
* Removed definition of CONFIG_SYS_CACHELINE_SIZE as it
is no longer needed - since ARCH_DMA_MINALIGN is being
used in previous patch.
include/configs/omap3_evm.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index 47ec39f..9228ef1 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -84,6 +84,7 @@
#define CONFIG_GENERIC_MMC
#define CONFIG_OMAP_HSMMC
#define CONFIG_DOS_PARTITION
+#define CONFIG_EFI_PARTITION
/* USB
*
--
1.7.0.4
More information about the U-Boot
mailing list