feat: remove tlsf_fls and tlsf_ffs from linker as they are inlined.

This commit is contained in:
Guillaume Souchere
2022-11-11 08:44:07 +01:00
parent c47ea5d2bb
commit 35260d4325
2 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@
archive: libheap.a archive: libheap.a
entries: entries:
if HEAP_TLSF_USE_ROM_IMPL = n: if HEAP_TLSF_USE_ROM_IMPL = n:
tlsf:tlsf_ffs (noflash)
tlsf:tlsf_fls (noflash)
tlsf:tlsf_block_size (noflash) tlsf:tlsf_block_size (noflash)
tlsf:tlsf_size (noflash) tlsf:tlsf_size (noflash)
tlsf:tlsf_align_size (noflash) tlsf:tlsf_align_size (noflash)