[U-Boot] [PATCH 2/3] ARM: sunxi: Disable FAT write by default

Maxime Ripard maxime.ripard at free-electrons.com
Thu Oct 19 08:26:48 UTC 2017


Writing to FAT filesystems isn't a very widely used feature in U-Boot where
most of the interaction would be reading from such a filesystem.

Remove the imply to gain a bit of size in our binaries.

Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
---
 arch/arm/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0eaf54bd8ddb..2f67ccb9df30 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -700,7 +700,6 @@ config ARCH_SUNXI
 	select USB if DISTRO_DEFAULTS
 	select USE_TINY_PRINTF
 	imply CMD_GPT
-	imply FAT_WRITE
 	imply PRE_CONSOLE_BUFFER
 	imply SPL_GPIO_SUPPORT
 	imply SPL_LIBCOMMON_SUPPORT
-- 
2.14.2



More information about the U-Boot mailing list