Skip to content

Commit

Permalink
board/opensbi: exclude procfs/memdump to save .data size
Browse files Browse the repository at this point in the history
Signed-off-by: buxiasen <[email protected]>
  • Loading branch information
jasonbu authored and GUIDINGLI committed Oct 8, 2024
1 parent 6e057f5 commit d6348d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/risc-v/mpfs/icicle/configs/opensbi/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ CONFIG_FAT_LCNAMES=y
CONFIG_FAT_LFN=y
CONFIG_FS_FAT=y
CONFIG_FS_PROCFS=y
CONFIG_FS_PROCFS_EXCLUDE_MEMDUMP=y
CONFIG_FS_ROMFS=y
CONFIG_IDLETHREAD_STACKSIZE=2048
CONFIG_INIT_ENTRYPOINT="nsh_main"
Expand Down

0 comments on commit d6348d8

Please sign in to comment.