janitorial: move FAT code from firmware/drivers to firmware/common

It's not a "driver" that interacts with hardware.

Change-Id: I7d688e1086aa118569ebc1440e20b48d0ae4881e
This commit is contained in:
Solomon Peachy 2025-09-17 07:53:44 -04:00
parent 6150e556fe
commit 44ce302348
2 changed files with 1 additions and 1 deletions

View file

@ -255,6 +255,7 @@ common/crc32-rkw.c
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
common/dir.c
common/disk_cache.c
common/fat.c
common/file.c
common/file_internal.c
common/disk.c
@ -396,7 +397,6 @@ drivers/sd.c
drivers/ramdisk.c
#endif
storage.c
drivers/fat.c
#if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
sdmmc.c
#endif