Skip to content

Commit

Permalink
configs/rtl8721csm/loadable_apps: enable elf cache configs
Browse files Browse the repository at this point in the history
elf cache configs got disabled because of the previous revert
commit. So, enabling them in this commit

Signed-off-by: Abhishek Akkabathula <[email protected]>
  • Loading branch information
abhishek-samsung authored and sunghan-chang committed Nov 29, 2023
1 parent 2e57c94 commit 882dba7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/configs/rtl8721csm/loadable_apps/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,9 @@ CONFIG_ELF_STACKSIZE=2048
CONFIG_ELF_BUFFERSIZE=32
CONFIG_ELF_BUFFERINCR=32
CONFIG_ELF_EXCLUDE_SYMBOLS=y
# CONFIG_ELF_CACHE_READ is not set
CONFIG_ELF_CACHE_READ=y
CONFIG_ELF_CACHE_BLOCK_SIZE=2048
CONFIG_ELF_CACHE_BLOCKS_COUNT=60
# CONFIG_SYMTAB_ORDEREDBYNAME is not set
CONFIG_OPTIMIZE_APP_RELOAD_TIME=y
CONFIG_BINFMT_SECTION_UNIFIED_MEMORY=y
Expand Down

0 comments on commit 882dba7

Please sign in to comment.