MLK-22092 Enable GPT command
authorFrank Li <Frank.Li@nxp.com>
Fri, 21 Jun 2019 15:09:26 +0000 (10:09 -0500)
committerYe Li <ye.li@nxp.com>
Thu, 29 Apr 2021 07:56:17 +0000 (00:56 -0700)
Enable GPT command to allow create gpt partitoin in uboot

Signed-off-by: Frank Li <Frank.Li@nxp.com>
(cherry picked from commit 85a14ccf76ace1ada4732b9d225af8313031f5e0)
(cherry picked from commit a1998761639d74576274b6ed5a02eeab7feaad90)

drivers/fastboot/Kconfig

index 983156f..05f68ca 100644 (file)
@@ -77,6 +77,9 @@ config FASTBOOT_UUU_SUPPORT
        default y if ARCH_MX7 || ARCH_MX6 || ARCH_IMX8 || ARCH_IMX8M || ARCH_MX7ULP
        select FSL_FASTBOOT
        select FAT_WRITE
+       select CMD_GPT
+       select RANDOM_UUID
+       select CMD_GPT_RENAME
        help
          The fastboot protocol includes "UCmd" and "ACmd" command.
          Be aware that you provide full access to any U-Boot command,