Skip to content

Commit 07fd560

Browse files
sylvioalvesmmahadevan108
authored andcommitted
kconfig: fix typo and help description.
Fix typo and re-phrase help description to improve it. Signed-off-by: Sylvio Alves <[email protected]>
1 parent 41b3cd7 commit 07fd560

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

soc/espressif/common/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ config ESP_SIMPLE_BOOT
2020
default y if !BOOTLOADER_MCUBOOT && !MCUBOOT
2121
help
2222
The Simple Boot is a booting method that doesn't need a 2nd stage bootloader.
23-
Output is a single image that should be flashed at a offset defined by used SOC.
23+
Output is a single image that should be flashed at an offset defined by used SOC.
2424
Please note that this method brings the system up with all memories set-up, but
2525
all other features, such as secure boot OTA or slots management are not available.
2626

2727
config ESP_HEAP_RUNTIME
2828
bool
2929
default y
3030
help
31-
Enabling this will allocate SRAM area starting by a last linked data at symbolic `_end`,
32-
ending by a last memory location that can be safely accesed (depending on a boot mode).
31+
Enabling this will allocate SRAM area starting from the last linked data at the symbolic `_end`,
32+
ending at the last memory location that can be safely accessed (depending on a boot mode).
3333
This is a memory pool used in runtime to create a new heap memory.
3434

3535
config ESP32_TIMER_TASK_STACK_SIZE

0 commit comments

Comments
 (0)