Re: [PATCH v3 1/3] MIPS: reloc: remove init of relocated bss

2019-10-23 Thread Sascha Hauer
On Mon, Oct 21, 2019 at 01:50:19PM +0200, Oleksij Rempel wrote: > It will be done in main_entry() any way. > > Signed-off-by: Oleksij Rempel > --- > arch/mips/lib/reloc.c | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) Applied, thanks Sascha -- Pengutronix e.K.

[PATCH v3 1/3] MIPS: reloc: remove init of relocated bss

2019-10-21 Thread Oleksij Rempel
It will be done in main_entry() any way. Signed-off-by: Oleksij Rempel --- arch/mips/lib/reloc.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/mips/lib/reloc.c b/arch/mips/lib/reloc.c index 9a9e404f7e..798a68680d 100644 --- a/arch/mips/lib/reloc.c +++