kconfig: fix name of cmake function in help text
The function is called zephyr_code_relocate. Signed-off-by: Håkon Øye Amundsen <haakon.amundsen@nordicsemi.no>
This commit is contained in:
parent
5d5706e785
commit
d3aa619f31
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ config CODE_DATA_RELOCATION
|
|||
When selected this will relocate .text, data and .bss sections from
|
||||
the specified files and places it in the required memory region. The
|
||||
files should be specified in the CMakeList.txt file with
|
||||
a cmake API zephyr_code_relocation().
|
||||
a cmake API zephyr_code_relocate().
|
||||
|
||||
config HAS_FLASH_LOAD_OFFSET
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue