diff options
author | Pali Rohár | 2021-09-02 10:34:00 +0200 |
---|---|---|
committer | Stefan Roese | 2021-09-10 09:01:51 +0200 |
commit | f4ce28ab740d8728f3f580febbc3598a1498df18 (patch) | |
tree | abbd5f83bb65dd52d63a389bee63ca66c979b857 /configs/turris_mox_defconfig | |
parent | d9ac6e28afae08f4d0c2116db4279fa59ea7c838 (diff) |
arm: mvebu: turris_{omnia, mox}: GPT partition support
This allows U-Boot to access filesystems on GPT partitioned disks.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/turris_mox_defconfig')
-rw-r--r-- | configs/turris_mox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig index 40f975ead31..9a9102430e6 100644 --- a/configs/turris_mox_defconfig +++ b/configs/turris_mox_defconfig @@ -29,6 +29,7 @@ CONFIG_CMD_SHA1SUM=y CONFIG_CMD_CLK=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 |