From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 15 Sep 2015 16:57:09 +0800 Subject: [U-Boot] [PATCH 2/2] nios2: enable malloc() pool before relocation In-Reply-To: <1441785805-15203-2-git-send-email-thomas@wytron.com.tw> References: <1441785805-15203-1-git-send-email-thomas@wytron.com.tw> <1441785805-15203-2-git-send-email-thomas@wytron.com.tw> Message-ID: <55F7DD65.5090100@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/09/2015 04:03 PM, Thomas Chou wrote: > Enable malloc() pool before relocation, because this is needed > to use serial uclass. > > Signed-off-by: Thomas Chou > --- > configs/nios2-generic_defconfig | 1 - > 1 file changed, 1 deletion(-) > Applied to u-boot-nios.