]> git.sur5r.net Git - u-boot/commitdiff
nios2: enable malloc() pool before relocation
authorThomas Chou <thomas@wytron.com.tw>
Wed, 9 Sep 2015 07:59:15 +0000 (15:59 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Thu, 22 Oct 2015 23:28:50 +0000 (07:28 +0800)
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>
configs/nios2-generic_defconfig

index 2acf45de57a5c6a7c223d25b528542a843a14507..9c1bec58e6771c4e6fbf8c824c05c3d0bcd71bf3 100644 (file)
@@ -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