mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-12 20:18:56 +01:00
dra7xx_evm: Enable GPT commands
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
0f1b044395
commit
2efa79ae00
1 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue