diff options
author | Pali Rohár <pali@kernel.org> | 2021-09-02 10:46:37 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-09-10 09:01:51 +0200 |
commit | 5a8bd463a6703e2fbb877e11873ae5622965f724 (patch) | |
tree | 1aa2675cc01c90c4799ab185a6e383cafad6c0fa /configs/mvebu_espressobin-88f3720_defconfig | |
parent | f4ce28ab740d8728f3f580febbc3598a1498df18 (diff) | |
download | u-boot-5a8bd463a6703e2fbb877e11873ae5622965f724.tar.gz |
arm: mvebu: espressobin: Enable GPT partition support
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/mvebu_espressobin-88f3720_defconfig')
-rw-r--r-- | configs/mvebu_espressobin-88f3720_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig index 9641c02d93..761187479f 100644 --- a/configs/mvebu_espressobin-88f3720_defconfig +++ b/configs/mvebu_espressobin-88f3720_defconfig @@ -26,6 +26,7 @@ CONFIG_BOARD_EARLY_INIT_F=y CONFIG_BOARD_LATE_INIT=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y +CONFIG_CMD_GPT=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_MTD=y |