commit | 52a7c98a1772859131ca2018d0ab591a1e0e95c9 | [log] [tgz] |
---|---|---|
author | Przemyslaw Marczak <p.marczak@samsung.com> | Wed Mar 04 14:01:30 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 09 11:13:29 2015 -0400 |
tree | 33f49c1d65bb720e0d01c1ca3598abeb62ee5422 | |
parent | b648a7891e8e569a88573f5956099d39e39ab4dd [diff] |
tegra-common: increase malloc pool len by dfu mmc file buffer size The dfu mmc file buffer, which was static, now is allocated by memalign(), so the malloc pool len should be also increased. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Tom Warren <twarren.nvidia@gmail.com>