From: Maxime Ripard Date: Thu, 24 Aug 2017 09:54:03 +0000 (+0200) Subject: sunxi: Enable CMD_GPT by default X-Git-Tag: v2017.11-rc2~129^2~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a12fb0e3680e1ecb7b822cf9697555f6d03adf9c;p=u-boot sunxi: Enable CMD_GPT by default GPT is pretty common these days and can be useful for things like fastboot. Add a platform imply, so that users can still opt out if they wish so. Reviewed-by: Jagan Teki Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f4256ec8c6..79571156cf 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -694,6 +694,7 @@ config ARCH_SUNXI select USB_STORAGE if DISTRO_DEFAULTS select USB_KEYBOARD if DISTRO_DEFAULTS select USE_TINY_PRINTF + imply CMD_GPT imply FAT_WRITE imply PRE_CONSOLE_BUFFER imply SPL_GPIO_SUPPORT