arch/xtensa/Kconfig: Reduce the default value of the internal memory.

The static memory is now divided at almost the middle to not override
the ROM data.  The old 0x28000 will take all of what's left for heap
region1.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2021-01-27 14:34:46 +01:00 committed by Xiang Xiao
parent e5200d4af9
commit 6bc070024d

View File

@ -131,8 +131,7 @@ config XTENSA_USE_SEPARATE_IMEM
config XTENSA_IMEM_REGION_SIZE
hex "DRAM region size for internal use"
depends on XTENSA_USE_SEPARATE_IMEM
range 0x2000 0x28000
default 0x28000
default 0x18000
config XTENSA_IMEM_PROCFS
bool "Internal memory PROCFS support"