From d3aa619f31d6303ef9616d162bf3dfa749bb6caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20=C3=98ye=20Amundsen?= Date: Thu, 15 Aug 2019 09:03:26 +0000 Subject: [PATCH] kconfig: fix name of cmake function in help text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The function is called zephyr_code_relocate. Signed-off-by: Håkon Øye Amundsen --- Kconfig.zephyr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig.zephyr b/Kconfig.zephyr index ef10d327e01..bf34d67f867 100644 --- a/Kconfig.zephyr +++ b/Kconfig.zephyr @@ -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