From: Simon Glass Date: Tue, 3 Jun 2014 04:04:54 +0000 (-0600) Subject: arm: ti: Increase malloc size to 16MB for armv7 boards X-Git-Tag: v2014.07-rc4~97 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=0e1612a7d1578217f89bd55ac2c0d582e2f44c0f;hp=0e1612a7d1578217f89bd55ac2c0d582e2f44c0f 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 ---