soc: xtensa: esp32s2/s3: remove HEAP_MEM_POOL_ADD_SIZE_SOC

There is no need for this config here and it is messing
with total sys heap calculation.

Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
Lucas Tamborrino 2023-12-21 14:11:35 -03:00 committed by Johan Hedberg
commit ff62faac07
2 changed files with 0 additions and 6 deletions

View file

@ -18,9 +18,6 @@ config MP_MAX_NUM_CPUS
config ISR_STACK_SIZE
default 2048
config HEAP_MEM_POOL_ADD_SIZE_SOC
def_int 32768
config ESPTOOLPY_FLASHFREQ_80M
default y

View file

@ -6,9 +6,6 @@ if SOC_SERIES_ESP32S3
config SOC_SERIES
default "esp32s3"
config HEAP_MEM_POOL_ADD_SIZE_SOC
def_int 32768
config MINIMAL_LIBC_OPTIMIZE_STRING_FOR_SIZE
default n