Re: [U-Boot] [PATCH 2/2] nios2: enable malloc() pool before relocation

2015-09-15 Thread Thomas Chou
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. ___

Re: [U-Boot] [PATCH 2/2] nios2: enable malloc() pool before relocation

2015-09-09 Thread Marek Vasut
On Wednesday, September 09, 2015 at 10:03:25 AM, Thomas Chou wrote: > Enable malloc() pool before relocation, because this is needed > to use serial uclass. > > Signed-off-by: Thomas Chou Reviewed-by: Marek Vasut Best regards, Marek Vasut ___ U-Boot

[U-Boot] [PATCH 2/2] nios2: enable malloc() pool before relocation

2015-09-09 Thread Thomas Chou
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(-) diff --git a/configs/nios2-generic_defconfig b/configs/nios2-generic_defconfig index 2acf45d..9c1bec5 100644 -