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:
Håkon Øye Amundsen 2019-08-15 09:03:26 +00:00 committed by Anas Nashif
commit d3aa619f31

View file

@ -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