Update arch/Kconfig

Co-authored-by: Gustavo Henrique Nihei <38959758+gustavonihei@users.noreply.github.com>
This commit is contained in:
Juha Niskanen
2021-12-21 09:16:24 +02:00
committed by Xiang Xiao
parent 422ceec99b
commit 54b652235c
+1 -1
View File
@@ -424,7 +424,7 @@ config ARCH_USE_TEXT_HEAP
depends on ARCH_HAVE_TEXT_HEAP depends on ARCH_HAVE_TEXT_HEAP
---help--- ---help---
This option enables architecture-specific memory allocator This option enables architecture-specific memory allocator
for dynamic code loading. For example, ESP32 has a separate memory for dynamic code loading. For example, ESP32 has separate memory
regions for instruction and data and the memory region used for regions for instruction and data and the memory region used for
usual malloc doesn't work for instruction. usual malloc doesn't work for instruction.