soc: esp32: fix unknown defined for linker
* Fix unknown define at link stage when CONFIG_BT is enabled Solve #74836 Signed-off-by: Romain Pelletant <romain.pelletant@fullfreqs.com>
This commit is contained in:
parent
ee1b13c822
commit
8e6cff0176
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ PROVIDE(_memmap_vecbase_reset = 0x40000450);
|
||||||
PROVIDE(_memmap_reset_vector = 0x40000400);
|
PROVIDE(_memmap_reset_vector = 0x40000400);
|
||||||
|
|
||||||
#ifdef CONFIG_BT
|
#ifdef CONFIG_BT
|
||||||
_heap_sentry = SRAM1_DRAM_USABLE_START;
|
_heap_sentry = SRAM1_DRAM_USER_START;
|
||||||
#else
|
#else
|
||||||
_heap_sentry = DRAM1_BT_SHM_BUFFERS_START; /* was 0x3ffe3f20; */
|
_heap_sentry = DRAM1_BT_SHM_BUFFERS_START; /* was 0x3ffe3f20; */
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue