diff mbox series

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

Message ID 20230712102047.3750772-2-lukma@denx.de
State Accepted
Commit 65648b26c67ad63c6ed68fd217233923b9d9d0e8
Delegated to: Stefano Babic
Headers show
Series [1/2] config: xea: Disable support for boot methods EXTLINUX and VBE | expand

Commit Message

Lukasz Majewski July 12, 2023, 10:20 a.m. UTC
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 | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefano Babic July 12, 2023, 1:41 p.m. UTC | #1
> 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>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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