Skip to content

Commit d2e090d

Browse files
Jordan Yatescarlescufi
authored andcommitted
boards: remove LOG_BUFFER_SIZE low defaults
Setting an extremely low value by default on two boards doesn't seem like the right thing to do. The defaults were added with the v1 logging subsystem in #8023. Signed-off-by: Jordan Yates <[email protected]>
1 parent 5f2c6e5 commit d2e090d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

boards/arm/bbc_microbit/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ config BOARD
1111
config BT_CTLR
1212
default BT
1313

14-
config LOG_BUFFER_SIZE
15-
default 128 if LOG
16-
1714
if FXOS8700
1815

1916
choice FXOS8700_MODE

boards/arm/qemu_cortex_m0/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,4 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
1717
config SYS_CLOCK_TICKS_PER_SEC
1818
default 100
1919

20-
config LOG_BUFFER_SIZE
21-
default 128 if LOG
22-
2320
endif # BOARD_QEMU_CORTEX_M0

0 commit comments

Comments
 (0)