From: Álvaro Fernández Rojas Date: Sat, 20 Jan 2018 10:45:39 +0000 (+0100) Subject: mips: bmips: increment SYS_MALLOC_F_LEN X-Git-Tag: v2018.03-rc1~96^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cd1cc31fe14d80f80dea5e6fdfdab9e428b55867;p=u-boot mips: bmips: increment SYS_MALLOC_F_LEN This prevents the following ENOMEM: Error binding driver 'bmips_cpu': -12 Signed-off-by: Álvaro Fernández Rojas Reviewed-by: Daniel Schwierzeck --- diff --git a/arch/mips/mach-bmips/Kconfig b/arch/mips/mach-bmips/Kconfig index e3e1da3c28..db8b40523a 100644 --- a/arch/mips/mach-bmips/Kconfig +++ b/arch/mips/mach-bmips/Kconfig @@ -1,6 +1,9 @@ menu "Broadcom MIPS platforms" depends on ARCH_BMIPS +config SYS_MALLOC_F_LEN + default 0x1000 + config SYS_SOC default "bcm3380" if SOC_BMIPS_BCM3380 default "bcm6328" if SOC_BMIPS_BCM6328