[PATCH 2/2] config: xea: Disable support for FAT file system

2023-07-12 Thread sbabic
> 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 
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,Managing Director: Erika Unter  
HRB 165235 Munich,   Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=


[PATCH 2/2] config: xea: Disable support for FAT file system

2023-07-12 Thread Lukasz Majewski
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 
---
 configs/imx28_xea_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/imx28_xea_defconfig b/configs/imx28_xea_defconfig
index a174bdb939..96d15e89af 100644
--- a/configs/imx28_xea_defconfig
+++ b/configs/imx28_xea_defconfig
@@ -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
-- 
2.30.2