From: Andre Przywara Date: Mon, 17 Dec 2018 10:05:44 +0000 (+0000) Subject: sunxi: drop default SPL_LIBDISK_SUPPORT enablement X-Git-Tag: v2019.01~10^2~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3b6989b526f06ee38afb31fab83c8a3f7f6201ea;p=oweals%2Fu-boot.git sunxi: drop default SPL_LIBDISK_SUPPORT enablement There is no code for using partition labels in the Allwinner SPL port. Even so the name is slightly misleading, CONFIG_SPL_LIBDISK_SUPPORT was meant to guard partition code for the SPL. Remove the "imply" line in the Kconfig to make this obvious and avoid unneeded code inclusions, helping to keep the H6 SPL code small. Signed-off-by: Andre Przywara Reviewed-by: Simon Glass --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 520ea8bed9..d6b1629a00 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -875,7 +875,6 @@ config ARCH_SUNXI imply PRE_CONSOLE_BUFFER imply SPL_GPIO_SUPPORT imply SPL_LIBCOMMON_SUPPORT - imply SPL_LIBDISK_SUPPORT imply SPL_LIBGENERIC_SUPPORT imply SPL_MMC_SUPPORT if MMC imply SPL_POWER_SUPPORT