From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Wed, 09 Apr 2014 00:05:04 +0200 Subject: [U-Boot] mmc changes in v2014.04-rc3 cause problems when using mmc in SPL Message-ID: <53447290.6080702@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 possible I would like to get rid of the need for a HEAP though, as we only have 24K of RAM for our SPL. Regards, Hans