Re: [U-Boot] [PATCH 002/159] arm: mx6: Reduce SPL malloc pool size

2015-12-07 Thread Stefano Babic
Hi Lin, On 07/12/2015 04:04, Lin Huang wrote: > From: Marek Vasut > > 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 > Cc: Stefano

[U-Boot] [PATCH 002/159] arm: mx6: Reduce SPL malloc pool size

2015-12-06 Thread Lin Huang
From: Marek Vasut 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 Cc: Stefano Babic Cc: Tim Harvey Tested-by: Stefano Babic Acked-by: Tim