Explorar el Código

mach-snapdragon: increase size of malloc pool

Pool size must be increased to support new additionals
drivers.

Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
Ramon Fried hace 7 años
padre
commit
f035526624
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      arch/arm/mach-snapdragon/Kconfig

+ 6 - 0
arch/arm/mach-snapdragon/Kconfig

@@ -3,6 +3,12 @@ if ARCH_SNAPDRAGON
 config SYS_SOC
 	default "snapdragon"
 
+config SYS_MALLOC_F_LEN
+	default 0x2000
+
+config SPL_SYS_MALLOC_F_LEN
+	default 0x2000
+
 choice
 	prompt "Snapdragon board select"