config: xea: Disable support for FAT file system
authorLukasz Majewski <lukma@denx.de>
Wed, 12 Jul 2023 10:20:47 +0000 (12:20 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 13 Jul 2023 09:29:41 +0000 (11:29 +0200)
On the XEA (imx287) system the FAT file system is not used neither in
SPL nor u-boot proper.

Hence, to save ~6KiB of u-boot.img size - it has been disabled.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
configs/imx28_xea_defconfig

index a174bdb..96d15e8 100644 (file)
@@ -123,5 +123,4 @@ CONFIG_DM_SERIAL=y
 CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_MXS_SPI=y
-CONFIG_FS_FAT=y
 # CONFIG_SPL_OF_LIBFDT is not set