commit | 75801c1c9629d8c9b80aa6ef089f6b7656843c7f | [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 | 12c420c06d2f47d1e0cd6e70d90bdbd9a6b12e9d [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>