commit | 0e1612a7d1578217f89bd55ac2c0d582e2f44c0f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jun 02 22:04:54 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Wed Jun 11 16:25:46 2014 -0400 |
tree | db3a3054d154ccbed13ab2f90b22d4b0e5859c51 | |
parent | a9468115699de562f08796bf2eabd832435bedec [diff] |
arm: ti: Increase malloc size to 16MB for armv7 boards The current size of 1MB is not enough use to use DFU. Increase it for ARMv7 boards, all of which should have 32MB or more SDRAM. With this change it is possible to do 'dfu mmc 0' on a Beaglebone Black. Signed-off-by: Simon Glass <sjg@chromium.org>