Re: [PATCH v2 1/3] riscv: conflicting SPDX license linker scripts

2024-01-28 Thread Tom Rini
On Thu, Jan 25, 2024 at 09:38:13AM +0100, Heinrich Schuchardt wrote: > Fix conflicting SPDX license information in linker scripts introduced by > commit 7215787c4ea4 ("SPDX: Convert single license tags to Linux Kernel > style"). > > Fixes: 7215787c4ea4 ("SPDX: Convert single license tags to Linux

[PATCH v2 1/3] riscv: conflicting SPDX license linker scripts

2024-01-25 Thread Heinrich Schuchardt
Fix conflicting SPDX license information in linker scripts introduced by commit 7215787c4ea4 ("SPDX: Convert single license tags to Linux Kernel style"). Fixes: 7215787c4ea4 ("SPDX: Convert single license tags to Linux Kernel style") Signed-off-by: Heinrich Schuchardt --- v2: split patche