commit | fef438d76c08ba11f35b1257892bb3093d8e4caf | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Nov 20 21:43:24 2015 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Mon Nov 23 16:24:48 2015 +0100 |
tree | 45ce072e8132dd203f4f475d8dcba5e1fe4a87ad | |
parent | 1d149eddcc0661b683002f76a8240491eba00dbb [diff] |
arm: mx6: Reduce SPL malloc pool size Using 50 MiB malloc pool in SPL is nonsense. Since the caches are not enabled in SPL, it takes 2 seconds to init the pool and has no obvious benefit. Reduce the size to 1 MiB. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de> Cc: Tim Harvey <tharvey@gateworks.com> Tested-by: Stefano Babic <sbabic@denx.de> Acked-by: Tim Harvey <tharvey@gateworks.com>