Skip to content

Commit

Permalink
boards: arm: npcm400f_evb: fixed compiler warnings.
Browse files Browse the repository at this point in the history
modify comments to fix compiler warnings.

Signed-off-by: Adrian Chen <[email protected]>
  • Loading branch information
YAChen0 committed Aug 18, 2023
1 parent d94d52b commit 4b7c9dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions boards/arm/npcm400f_evb/npcm400f_evb_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ CONFIG_SRAM_VECTOR_TABLE=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000
CONFIG_XIP=y
CONFIG_STACK_SENTINEL=y
CONFIG_MAIN_STACK_SIZE=2048 #default:1024
# [main stack size default: 1024]
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_NO_OPTIMIZATIONS=y

# subsystem
CONFIG_LOG=y
CONFIG_LOG_BACKEND_UART=y
CONFIG_LOG_BUFFER_SIZE=65536 #range:128-65536
# [log buffer size range: 128-65536]
CONFIG_LOG_BUFFER_SIZE=65536

# Clock Driver
CONFIG_CLOCK_CONTROL=y
Expand Down

0 comments on commit 4b7c9dc

Please sign in to comment.