]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
dra7xx_evm: Enable GPT commands
authorTom Rini <trini@ti.com>
Tue, 21 Jan 2014 22:15:08 +0000 (17:15 -0500)
committerTom Rini <trini@ti.com>
Fri, 21 Feb 2014 19:03:44 +0000 (14:03 -0500)
Signed-off-by: Tom Rini <trini@ti.com>
include/configs/dra7xx_evm.h

index 86574c836ab440b8d8065d46b9c3e7bb192f2c83..c67cf60c0c6b4effc0624bbff17ed0f3a3ad5597 100644 (file)
 
 #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