land: MALLOC_IMPL is deprecated now
* Switch to new config flag --> MALLOC_SVELTE
This commit is contained in:
parent
1f04e74ffe
commit
1daa81e0af
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
# Malloc
|
||||
MALLOC_IMPL := dlmalloc
|
2
board/malloc.mk
Normal file
2
board/malloc.mk
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Malloc
|
||||
MALLOC_SVELTE := true
|
Loading…
Reference in a new issue