* [U-Boot] [PATCH] mips: bmips: increment SYS_MALLOC_F_LEN
@ 2018-01-20 10:45 Álvaro Fernández Rojas
2018-01-21 16:54 ` Daniel Schwierzeck
0 siblings, 1 reply; 2+ messages in thread
From: Álvaro Fernández Rojas @ 2018-01-20 10:45 UTC (permalink / raw)
To: u-boot
This prevents the following ENOMEM:
Error binding driver 'bmips_cpu': -12
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---
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
--- 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
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] mips: bmips: increment SYS_MALLOC_F_LEN
2018-01-20 10:45 [U-Boot] [PATCH] mips: bmips: increment SYS_MALLOC_F_LEN Álvaro Fernández Rojas
@ 2018-01-21 16:54 ` Daniel Schwierzeck
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Schwierzeck @ 2018-01-21 16:54 UTC (permalink / raw)
To: u-boot
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 <noltari@gmail.com>
> ---
> arch/mips/mach-bmips/Kconfig | 3 +++
> 1 file changed, 3 insertions(+)
>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Applied to u-boot-mips/next, thanks.
--
- Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180121/fe59b73a/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-21 16:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-20 10:45 [U-Boot] [PATCH] mips: bmips: increment SYS_MALLOC_F_LEN Álvaro Fernández Rojas
2018-01-21 16:54 ` Daniel Schwierzeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox