[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250925024301.1283742-1-guanwentao@uniontech.com>
Date: Thu, 25 Sep 2025 10:43:01 +0800
From: Wentao Guan <guanwentao@...ontech.com>
To: chenhuacai@...nel.org
Cc: kernel@...0n.name,
linux-kernel@...r.kernel.org,
loongarch@...ts.linux.dev,
niecheng1@...ontech.com,
Wentao Guan <guanwentao@...ontech.com>
Subject: [PATCH] LoongArch: defconfig: enable NLS_ISO8859_1
NLS_DEFAULT is "iso8859-1",so enable CONFIG_NLS_ISO8859_1.
To solve the problem that I found EFI partition(FAT) mount failed,
systemd say "Failed to mount boot-efi.mount - /boot/efi",
and booting to emergency mode.
It is similar to commit
efe1e08bca9a("riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1")
Signed-off-by: Wentao Guan <guanwentao@...ontech.com>
---
arch/loongarch/configs/loongson3_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig
index 34eaee0384c92..b1dabce266e9c 100644
--- a/arch/loongarch/configs/loongson3_defconfig
+++ b/arch/loongarch/configs/loongson3_defconfig
@@ -1030,6 +1030,7 @@ CONFIG_9P_FS=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_936=y
CONFIG_NLS_ASCII=y
+CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_UTF8=y
CONFIG_DLM=m
CONFIG_KEY_DH_OPERATIONS=y
--
2.20.1
Powered by blists - more mailing lists