From b78193700acbbd0b80bc0ce905e554f79dfdb375 Mon Sep 17 00:00:00 2001 From: Guillaume Souchere Date: Fri, 11 Nov 2022 08:44:07 +0100 Subject: [PATCH] feat: remove tlsf_fls and tlsf_ffs from linker as they are inlined. --- components/heap/linker.lf | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/heap/linker.lf b/components/heap/linker.lf index 1b29d7c24f..6c1050b41a 100644 --- a/components/heap/linker.lf +++ b/components/heap/linker.lf @@ -1,8 +1,6 @@ [mapping:heap] archive: libheap.a entries: - heap_tlsf:tlsf_ffs (noflash) - heap_tlsf:tlsf_fls (noflash) heap_tlsf:tlsf_block_size (noflash) heap_tlsf:tlsf_size (noflash) heap_tlsf:tlsf_align_size (noflash)