[PATCH v1 3/7] RISC-V: kbuild: convert all use of SOC_FOO to ARCH_FOO
Christoph Hellwig
hch at infradead.org
Mon Nov 21 22:04:21 PST 2022
On Mon, Nov 21, 2022 at 10:14:11PM +0000, Conor Dooley wrote:
> From: Conor Dooley <conor.dooley at microchip.com>
>
> Convert all non user visible use of SOC_FOO symbols to their ARCH_FOO
> variants. The canaan DTs are an outlier in that they're gated at the
> directory and the file level. Drop the directory level gating while we
> are swapping the symbol names over.
I still very much disagree with this. ARCH_FOO for something that
is not a Linux architecture is a really really bad idea. We need to
fix arm and not convert riscv, which got this right.
More information about the linux-riscv
mailing list