Re: [U-Boot] mmc changes in v2014.04-rc3 cause problems when using mmc in SPL

2014-04-13 Thread Hans de Goede
Hi, On 04/09/2014 01:07 AM, Tom Rini wrote: > On Wed, Apr 09, 2014 at 12:05:04AM +0200, Hans de Goede wrote: > >> Hi, >> >> While merging v2014.04-rc3 into our sunxi u-boot branch, I hit a problem >> where mmc would no longer work in the SPL. >> >> The problem is that the new mmc_create call forc

Re: [U-Boot] mmc changes in v2014.04-rc3 cause problems when using mmc in SPL

2014-04-08 Thread Tom Rini
On Wed, Apr 09, 2014 at 12:05:04AM +0200, Hans de Goede wrote: > Hi, > > While merging v2014.04-rc3 into our sunxi u-boot branch, I hit a problem > where mmc would no longer work in the SPL. > > The problem is that the new mmc_create call forces use of HEAP memory, > while in the SPL there may b

[U-Boot] mmc changes in v2014.04-rc3 cause problems when using mmc in SPL

2014-04-08 Thread Hans de Goede
Hi, While merging v2014.04-rc3 into our sunxi u-boot branch, I hit a problem where mmc would no longer work in the SPL. The problem is that the new mmc_create call forces use of HEAP memory, while in the SPL there may be no HEAP. For now I've created a small 2048 bytes HEAP in our SPL, but if p