Re: [PATCH resend] openrisc: Fix broken paths to arch/or32

2018-12-19 Thread Stafford Horne
On Mon, Dec 03, 2018 at 01:20:47PM +0100, Geert Uytterhoeven wrote: > OpenRISC was mainlined as "openrisc", not "or32". > vmlinux.lds is generated from vmlinux.lds.S. > > Signed-off-by: Geert Uytterhoeven Thanks, Sorry for the delay. I will queue this up. -Stafford > --- > arch/openrisc/ker

[PATCH resend] openrisc: Fix broken paths to arch/or32

2018-12-03 Thread Geert Uytterhoeven
OpenRISC was mainlined as "openrisc", not "or32". vmlinux.lds is generated from vmlinux.lds.S. Signed-off-by: Geert Uytterhoeven --- arch/openrisc/kernel/entry.S | 2 +- arch/openrisc/kernel/head.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/openrisc/kernel/entry