From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 9 May 2015 00:15:37 +0200 Subject: [U-Boot] [PATCH] env_mmc: avoid stack allocation for env In-Reply-To: <1431121896-2677-1-git-send-email-tharvey@gateworks.com> References: <1431121896-2677-1-git-send-email-tharvey@gateworks.com> Message-ID: <201505090015.37722.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, May 08, 2015 at 11:51:36 PM, Tim Harvey wrote: > Allocating space for temporary env on the stack makes env_relocate_spec() > unsuitable for SPL environments which have very little stack. Well yeah, but what if you don't have malloc area ? I'd expect that the be the case in SPL quite often. Best regards, Marek Vasut