This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 6bc0700  arch/xtensa/Kconfig: Reduce the default value of the internal 
memory.
6bc0700 is described below

commit 6bc070024de0269114e939f680dcdb53def80b8c
Author: Abdelatif Guettouche <abdelatif.guettou...@espressif.com>
AuthorDate: Wed Jan 27 14:34:46 2021 +0100

    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.guettou...@espressif.com>
---
 arch/xtensa/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 1a368a4..e562274 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -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"

Reply via email to