Skip to content

Commit 7987614

Browse files
bklaric1nashif
authored andcommitted
boards: st: stm32h7s78_dk: remove redundant CONFIG_SYS_HEAP_AUTO config
As stated, removed the unnecessary CONFIG_SYS_HEAP_AUTO=y from both defconigs, since it is enabled per default for this board. Signed-off-by: Benjamin Klaric <[email protected]>
1 parent 2423a41 commit 7987614

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

boards/st/stm32h7s78_dk/stm32h7s78_dk_defconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,3 @@ CONFIG_UART_CONSOLE=y
1818

1919
# enable GPIO
2020
CONFIG_GPIO=y
21-
22-
# SRAM0 being small (128KB), SYS_HEAP_SMALL_ONLY
23-
# is automatically selected, leading to not being
24-
# able to tackle HEAP on the large PSRAM. Force it
25-
# to AUTO in order to be able to handle HEAP on
26-
# both SRAM and PSRAM
27-
CONFIG_SYS_HEAP_AUTO=y

boards/st/stm32h7s78_dk/stm32h7s78_dk_stm32h7s7xx_ext_flash_app_defconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,3 @@ CONFIG_UART_CONSOLE=y
1818

1919
# Enable GPIO
2020
CONFIG_GPIO=y
21-
22-
# SRAM0 being small (128KB), SYS_HEAP_SMALL_ONLY
23-
# is automatically selected, leading to not being
24-
# able to tackle HEAP on the large PSRAM. Force it
25-
# to AUTO in order to be able to handle HEAP on
26-
# both SRAM and PSRAM
27-
CONFIG_SYS_HEAP_AUTO=y

0 commit comments

Comments
 (0)