From: Thomas Chou Date: Wed, 9 Sep 2015 07:59:15 +0000 (+0800) Subject: nios2: enable malloc() pool before relocation X-Git-Tag: v2016.01-rc1~215 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ac45c9cba1e32c25e1d75f894e7707def8adfd23;p=u-boot nios2: enable malloc() pool before relocation Enable malloc() pool before relocation, because this is needed to use serial uclass. Signed-off-by: Thomas Chou Reviewed-by: Marek Vasut --- diff --git a/configs/nios2-generic_defconfig b/configs/nios2-generic_defconfig index 2acf45de57..9c1bec58e6 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