diff mbox series

[2/3] ARM: sunxi: Disable FAT write by default

Message ID 20171019082649.27819-3-maxime.ripard@free-electrons.com
State New
Headers show
Series sunxi: Fix boot of Cubietruk and al. | expand

Commit Message

Maxime Ripard Oct. 19, 2017, 8:26 a.m. UTC
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@free-electrons.com>
---
 arch/arm/Kconfig | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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