diff options
author | Otavio Salvador | 2018-06-29 15:19:08 -0300 |
---|---|---|
committer | Stefano Babic | 2018-07-23 10:59:48 +0200 |
commit | 4242de43bb386199c705271dfbb19ccf4b3c281f (patch) | |
tree | 3db4f93c5fa8e6c0a0dbab70429ef865c2729afe /configs | |
parent | 7985987dc4990d2ecc75bb11b433735c5ce41911 (diff) |
pico-imx7d: Add GPT partitioning support
This allow the use of:
> run setup_emmc
inside of the U-Boot prompt to do the partitioning of the disk.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/pico-imx7d_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig index 7be695c0cbd..e456aedb508 100644 --- a/configs/pico-imx7d_defconfig +++ b/configs/pico-imx7d_defconfig @@ -10,6 +10,7 @@ CONFIG_BOOTCOMMAND="run finduuid; run distro_bootcmd" # CONFIG_CMD_IMI is not set # CONFIG_CMD_XIMG is not set CONFIG_CMD_GPIO=y +CONFIG_CMD_GPT=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y @@ -19,7 +20,6 @@ CONFIG_CMD_USB_MASS_STORAGE=y CONFIG_CMD_CACHE=y CONFIG_CMD_EXT4_WRITE=y # CONFIG_ISO_PARTITION is not set -# CONFIG_EFI_PARTITION is not set CONFIG_FSL_ESDHC=y CONFIG_PHYLIB=y CONFIG_USB=y |