diff options
author | Lukasz Majewski <lukma@denx.de> | 2023-07-12 12:20:47 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-07-13 11:29:41 +0200 |
commit | 65648b26c67ad63c6ed68fd217233923b9d9d0e8 (patch) | |
tree | c3917a78eddb30ae56e4dd6000580d1bb602a405 | |
parent | 5386aefb6da2ade3354852e7bff9433634ac16fc (diff) | |
download | u-boot-65648b26c67ad63c6ed68fd217233923b9d9d0e8.tar.gz u-boot-65648b26c67ad63c6ed68fd217233923b9d9d0e8.tar.bz2 u-boot-65648b26c67ad63c6ed68fd217233923b9d9d0e8.zip |
config: xea: Disable support for FAT file system
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>
-rw-r--r-- | configs/imx28_xea_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |