]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: qcom: Enable FS_FAT_HANDLE_SECTOR_SIZE_MISMATCH
authorVaradarajan Narayanan <varadarajan.narayanan@oss.qualcomm.com>
Tue, 24 Feb 2026 03:50:00 +0000 (09:20 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 10 Mar 2026 17:52:14 +0000 (11:52 -0600)
Enable FS_FAT_HANDLE_SECTOR_SIZE_MISMATCH to handle the different
combination of FAT sector size and device block size present in QCOM
platforms.

Signed-off-by: Varadarajan Narayanan <varadarajan.narayanan@oss.qualcomm.com>
configs/qcom_defconfig

index fe5880de1fd03f44ecb2901f01ef0fa12bfcb9e7..baad5f094552997457a6e52149c4c0a997cf454f 100644 (file)
@@ -147,3 +147,4 @@ CONFIG_NO_FB_CLEAR=y
 CONFIG_VIDEO_SIMPLE=y
 CONFIG_WDT=y
 CONFIG_WDT_QCOM=y
+CONFIG_FS_FAT_HANDLE_SECTOR_SIZE_MISMATCH=y