Re: [U-Boot] [PATCH] mips: bmips: increment SYS_MALLOC_F_LEN

2018-01-21 Thread Daniel Schwierzeck
On 20.01.2018 11:45, Álvaro Fernández Rojas wrote: > This prevents the following ENOMEM: > Error binding driver 'bmips_cpu': -12 > > Signed-off-by: Álvaro Fernández Rojas > --- > arch/mips/mach-bmips/Kconfig | 3 +++ > 1 file changed, 3 insertions(+) > Reviewed-by: Daniel Schwierzeck Applie

[U-Boot] [PATCH] mips: bmips: increment SYS_MALLOC_F_LEN

2018-01-20 Thread Álvaro Fernández Rojas
This prevents the following ENOMEM: Error binding driver 'bmips_cpu': -12 Signed-off-by: Álvaro Fernández Rojas --- arch/mips/mach-bmips/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/mips/mach-bmips/Kconfig b/arch/mips/mach-bmips/Kconfig index e3e1da3c28..db8b40523a 100644