]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: ti: Increase malloc size to 16MB for armv7 boards
authorSimon Glass <sjg@chromium.org>
Tue, 3 Jun 2014 04:04:54 +0000 (22:04 -0600)
committerTom Rini <trini@ti.com>
Wed, 11 Jun 2014 20:25:46 +0000 (16:25 -0400)
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>

No differences found