diff mbox

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

Message ID 1441785805-15203-2-git-send-email-thomas@wytron.com.tw
State Accepted, archived
Delegated to: Thomas Chou
Headers show

Commit Message

Thomas Chou Sept. 9, 2015, 8:03 a.m. UTC
Enable malloc() pool before relocation, because this is needed
to use serial uclass.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
---
 configs/nios2-generic_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Marek Vasut Sept. 9, 2015, 12:04 p.m. UTC | #1
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 <thomas@wytron.com.tw>

Reviewed-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut
Thomas Chou Sept. 15, 2015, 8:57 a.m. UTC | #2
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 <thomas@wytron.com.tw>
> ---
>   configs/nios2-generic_defconfig | 1 -
>   1 file changed, 1 deletion(-)
>

Applied to u-boot-nios.
diff mbox

Patch

diff --git a/configs/nios2-generic_defconfig b/configs/nios2-generic_defconfig
index 2acf45d..9c1bec5 100644
--- a/configs/nios2-generic_defconfig
+++ b/configs/nios2-generic_defconfig
@@ -1,5 +1,4 @@ 
 CONFIG_NIOS2=y
-# CONFIG_SYS_MALLOC_F is not set
 CONFIG_TARGET_NIOS2_GENERIC=y
 CONFIG_DEFAULT_DEVICE_TREE="3c120_devboard"
 CONFIG_HUSH_PARSER=y