mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 13:14:19 +08:00
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>
This commit is contained in:
parent
5386aefb6d
commit
65648b26c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user