]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
imx: ventana: add part command
authorTim Harvey <tharvey@gateworks.com>
Wed, 29 Sep 2021 22:04:16 +0000 (15:04 -0700)
committerStefano Babic <sbabic@denx.de>
Thu, 7 Oct 2021 14:53:50 +0000 (16:53 +0200)
Add part command for obtaining info about disk partitions.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
configs/gwventana_emmc_defconfig
configs/gwventana_gw5904_defconfig
configs/gwventana_nand_defconfig

index 000bdb5949193b3fdafa77e995ec82ea99f6617b..431368e1793336a3230ce4dc574206971411fcef 100644 (file)
@@ -54,6 +54,7 @@ CONFIG_CMD_UNZIP=y
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
+CONFIG_CMD_PART=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_USB_MASS_STORAGE=y
index 87851f352457db1ba1d96c6a4a90c5367cece047..5c2f73e8dfe8f6e42eef544c23c0b62e2a11a020 100644 (file)
@@ -54,6 +54,7 @@ CONFIG_CMD_UNZIP=y
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
+CONFIG_CMD_PART=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_USB_MASS_STORAGE=y
index 8ff8ab472eb392743dd5031d6e0fad06f1d3909e..587ab05625d58af77c6f328fb2b7aa595d9eda66 100644 (file)
@@ -57,6 +57,7 @@ CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_NAND_TRIMFFS=y
+CONFIG_CMD_PART=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_USB_MASS_STORAGE=y