Skip to content
Snippets Groups Projects
Commit 2efa79ae authored by Tom Rini's avatar Tom Rini
Browse files

dra7xx_evm: Enable GPT commands


Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 0f1b0443
No related branches found
No related tags found
No related merge requests found
...@@ -34,8 +34,19 @@ ...@@ -34,8 +34,19 @@
#define CONFIG_SYS_OMAP_ABE_SYSCK #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> #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 */ /* CPSW Ethernet */
#define CONFIG_CMD_NET /* 'bootp' and 'tftp' */ #define CONFIG_CMD_NET /* 'bootp' and 'tftp' */
#define CONFIG_CMD_DHCP #define CONFIG_CMD_DHCP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment