riscv:defconfig:jh7110: Fix the problem of failing to mount fat-fs
authorsamin <samin.guo@starfivetech.com>
Fri, 17 Jun 2022 06:42:12 +0000 (14:42 +0800)
committersamin <samin.guo@starfivetech.com>
Fri, 24 Jun 2022 05:55:07 +0000 (13:55 +0800)
Mounting fat-fs gives the following error:
1)FAT-fs (mmcblk0p4): codepage cp437 not found
2)FAT-fs (mmcblk0p4): IO charset iso8859-1 not found

Signed-off-by: samin <samin.guo@starfivetech.com>
arch/riscv/configs/starfive_jh7110_defconfig

index 2cc936b..afb1c10 100644 (file)
@@ -258,6 +258,8 @@ CONFIG_NFS_V4=y
 CONFIG_NFS_V4_1=y
 CONFIG_NFS_V4_2=y
 CONFIG_ROOT_NFS=y
+CONFIG_NLS_CODEPAGE_437=y
+CONFIG_NLS_ISO8859_1=y
 CONFIG_CRYPTO_USER=y
 CONFIG_CRYPTO_SHA512=y
 CONFIG_CRYPTO_USER_API_HASH=y