summaryrefslogtreecommitdiffstats
path: root/configs/am65x_evm_a53_defconfig
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2019-06-11 00:43:44 +0530
committerTom Rini <trini@konsulko.com>2019-07-17 11:12:54 -0400
commitc7d7e556f2612062e9ccc1e536f3526fef51806b (patch)
tree45ffab94d5e1492e21643fd6b330ccb1c7355876 /configs/am65x_evm_a53_defconfig
parent6c42a756a34d6ed7e7965c41112876205966586c (diff)
downloadu-boot-c7d7e556f2612062e9ccc1e536f3526fef51806b.tar.gz
u-boot-c7d7e556f2612062e9ccc1e536f3526fef51806b.tar.xz
u-boot-c7d7e556f2612062e9ccc1e536f3526fef51806b.zip
configs: am65x_evm_a53: Add Support for creating GPT partitions
Add Support for creating GPT partitions in U-boot. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Diffstat (limited to 'configs/am65x_evm_a53_defconfig')
-rw-r--r--configs/am65x_evm_a53_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index 660ef6f197..d59f83a059 100644
--- a/configs/am65x_evm_a53_defconfig
+++ b/configs/am65x_evm_a53_defconfig
@@ -30,12 +30,12 @@ CONFIG_SPL_REMOTEPROC=y
CONFIG_SPL_YMODEM_SUPPORT=y
CONFIG_CMD_ASKENV=y
# CONFIG_CMD_FLASH is not set
+CONFIG_CMD_GPT=y
CONFIG_CMD_MMC=y
CONFIG_CMD_REMOTEPROC=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_TIME=y
# CONFIG_ISO_PARTITION is not set
-# CONFIG_EFI_PARTITION is not set
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="k3-am654-base-board"