diff options
author | Andrew F. Davis <afd@ti.com> | 2019-02-01 15:04:56 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-09 07:51:01 -0500 |
commit | e8cc366ca7c9f1b07f706772e13be6b84ca5521a (patch) | |
tree | 57d4e36114ba92280049760d70b4ca991427ab20 /configs/am65x_evm_r5_defconfig | |
parent | b3860bfe779f71708f380392ef195e137981d7ad (diff) | |
download | u-boot-e8cc366ca7c9f1b07f706772e13be6b84ca5521a.tar.gz |
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 <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs/am65x_evm_r5_defconfig')
-rw-r--r-- | configs/am65x_evm_r5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |