summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-01-21 17:15:08 -0500
committerTom Rini <trini@ti.com>2014-02-21 14:03:44 -0500
commit2efa79ae00fa935cf336b09ec12188654ae545ce (patch)
tree033493b6d4d302d464cfd699be2760881e1eb98e
parent0f1b04439596bc47ea95fab2d7d072b278b2a925 (diff)
downloadblackbird-obmc-uboot-2efa79ae00fa935cf336b09ec12188654ae545ce.tar.gz
blackbird-obmc-uboot-2efa79ae00fa935cf336b09ec12188654ae545ce.zip
dra7xx_evm: Enable GPT commands
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r--include/configs/dra7xx_evm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 86574c836a..c67cf60c0c 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -34,8 +34,19 @@
#define CONFIG_SYS_OMAP_ABE_SYSCK
+/* Define the default GPT table for eMMC */
+#define PARTS_DEFAULT \
+ "uuid_disk=${uuid_gpt_disk};" \
+ "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}"
+
#include <configs/ti_omap5_common.h>
+/* Enhance our eMMC support / experience. */
+#define CONFIG_CMD_GPT
+#define CONFIG_EFI_PARTITION
+#define CONFIG_PARTITION_UUIDS
+#define CONFIG_CMD_PART
+
/* CPSW Ethernet */
#define CONFIG_CMD_NET /* 'bootp' and 'tftp' */
#define CONFIG_CMD_DHCP
OpenPOWER on IntegriCloud