mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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>
This commit is contained in:
parent
b2f815bb5f
commit
cd1cc31fe1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue