diff options
| author | Sean Anderson <[email protected]> | 2023-11-08 11:48:34 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-16 13:49:13 -0500 |
| commit | 3b46cdd7a0d9d4af9f2ff6b75d67bc5fa630fc2e (patch) | |
| tree | e7a7893c42d51714417f132577b65e40ae6e5077 /common | |
| parent | 1e86296f7f1079b70c583a917d0c24cd02f77491 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Michal Simek <[email protected]>
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions
