projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2f815b
)
mips: bmips: increment SYS_MALLOC_F_LEN
author
Álvaro Fernández Rojas
<
[email protected]
>
Sat, 20 Jan 2018 10:45:39 +0000
(11:45 +0100)
committer
Daniel Schwierzeck
<
[email protected]
>
Thu, 25 Jan 2018 16:40:42 +0000
(17:40 +0100)
This prevents the following ENOMEM:
Error binding driver 'bmips_cpu': -12
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
Reviewed-by: Daniel Schwierzeck <
[email protected]
>
arch/mips/mach-bmips/Kconfig
patch
|
blob
|
history
diff --git
a/arch/mips/mach-bmips/Kconfig
b/arch/mips/mach-bmips/Kconfig
index e3e1da3c28c8800f912cce49761d27bea2446c7e..db8b40523af80cfb7eed73d54a888b71fde883eb 100644
(file)
--- 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