summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2018-01-20 13:45:39 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-01-25 19:40:42 +0300
commitcd1cc31fe14d80f80dea5e6fdfdab9e428b55867 (patch)
tree3e3fda4d6fd37d34cb52fe1b05c35979eb4fa0e0 /arch/mips
parentb2f815bb5fc02d598b31e0f3956b7cef564676d8 (diff)
downloadu-boot-cd1cc31fe14d80f80dea5e6fdfdab9e428b55867.tar.xz
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 <noltari@gmail.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/mach-bmips/Kconfig3
1 files changed, 3 insertions, 0 deletions
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