mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
nios2: enable malloc() pool before relocation
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>
This commit is contained in:
parent
3e468e6896
commit
ac45c9cba1
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
CONFIG_NIOS2=y
|
CONFIG_NIOS2=y
|
||||||
# CONFIG_SYS_MALLOC_F is not set
|
|
||||||
CONFIG_TARGET_NIOS2_GENERIC=y
|
CONFIG_TARGET_NIOS2_GENERIC=y
|
||||||
CONFIG_DEFAULT_DEVICE_TREE="3c120_devboard"
|
CONFIG_DEFAULT_DEVICE_TREE="3c120_devboard"
|
||||||
CONFIG_HUSH_PARSER=y
|
CONFIG_HUSH_PARSER=y
|
||||||
|
|
Loading…
Add table
Reference in a new issue