Home
last modified time | relevance | path

Searched hist:"341 cf992d331a34d764bf943e4e177daff94fc92" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/loongarch/
H A DKconfigdiff 341cf992d331a34d764bf943e4e177daff94fc92 Sat Jan 25 11:51:33 CET 2025 Jiaxun Yang <jiaxun.yang@flygoat.com> LoongArch: Disable FIX_EARLYCON_MEM when ARCH_IOREMAP is enabled

When ARCH_IOREMAP is enabled, we are using always accessible DMW for
ioremap(). It makes no sense to create a dedicated mapping for earlycon
given that we can access the region via DMW.

Disable FIX_EARLYCON_MEM when ARCH_IOREMAP is selected. This can ease
debugging for early mapping issues.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>