]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: Disable SPL_FS_FAT when it isn't used
authorSean Anderson <seanga2@gmail.com>
Wed, 8 Nov 2023 16:48:34 +0000 (11:48 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 16 Nov 2023 18:49:13 +0000 (13:49 -0500)
commit3b46cdd7a0d9d4af9f2ff6b75d67bc5fa630fc2e
treee7a7893c42d51714417f132577b65e40ae6e5077
parent1e86296f7f1079b70c583a917d0c24cd02f77491
arm: Disable SPL_FS_FAT when it isn't used

Several boards enable SPL_FS_FAT and SPL_LIBDISK_SUPPORT when they can't be
used (as there is no block device support enabled). Disable these configs.
The list of boards was generated with the following command:

    $ tools/qconfig.py -f SPL SPL_FS_FAT ~SPL_MMC ~SPL_BLK_FS ~SPL_SATA \
                          ~SPL_USB_STORAGE ~ENV_IS_IN_FAT ~EFI

LIBDISK was left enabled for the am* boards, since it seems to result in
actual size reduction, indicating that partitions are being used for
something.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Michal Simek <michal.simek@amd.com>
configs/am335x_evm_spiboot_defconfig
configs/am65x_evm_r5_usbdfu_defconfig
configs/xilinx_zynqmp_mini_qspi_defconfig
configs/zynq_cse_nand_defconfig
configs/zynq_cse_nor_defconfig
configs/zynq_cse_qspi_defconfig