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

Thomas Chou thomas at wytron.com.tw
Wed Sep 9 10:03:25 CEST 2015


Enable malloc() pool before relocation, because this is needed
to use serial uclass.

Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
---
 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
--- 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
-- 
2.1.4



More information about the U-Boot mailing list