From: Tom Rini Date: Tue, 21 Jan 2014 22:15:08 +0000 (-0500) Subject: dra7xx_evm: Enable GPT commands X-Git-Tag: v2014.04-rc2~72^2~5^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2efa79ae00fa935cf336b09ec12188654ae545ce;p=u-boot dra7xx_evm: Enable GPT commands Signed-off-by: Tom Rini --- 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 +/* 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