From: Andrew F. Davis Date: Fri, 1 Feb 2019 21:04:56 +0000 (-0600) Subject: configs: am65x_evm_r5: Enable GPT support X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=e8cc366ca7c9f1b07f706772e13be6b84ca5521a;p=u-boot.git configs: am65x_evm_r5: Enable GPT support The second loader stages may be stored on GPT partitions, enable support for this here. Signed-off-by: Andrew F. Davis Reviewed-by: Tom Rini Reviewed-by: Lokesh Vutla --- diff --git a/configs/am65x_evm_r5_defconfig b/configs/am65x_evm_r5_defconfig index d2ec2dd7fe..49498b13b6 100644 --- a/configs/am65x_evm_r5_defconfig +++ b/configs/am65x_evm_r5_defconfig @@ -33,6 +33,7 @@ CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=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