From 6271351295d6e37a234a4e413ece2afaf51708cd Mon Sep 17 00:00:00 2001 From: Rajavardhan Gundi Date: Fri, 9 Nov 2018 11:18:34 +0530 Subject: [PATCH] kconfig: misc: Correct typo for TEXT_SECTION_OFFSET The typo TEXT_LOAD_OFFSET is corrected with TEXT_SECTION_OFFSET in misc/Kconfig. Signed-off-by: Rajavardhan Gundi --- misc/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/Kconfig b/misc/Kconfig index 105fea9fb66..d1263106437 100644 --- a/misc/Kconfig +++ b/misc/Kconfig @@ -325,8 +325,8 @@ config BOOTLOADER_MCUBOOT order for the image generated to be bootable using the MCUboot open source bootloader. Currently this includes: - * Setting TEXT_LOAD_OFFSET to a default value that allows space for - the MCUboot image header + * Setting TEXT_SECTION_OFFSET to a default value that allows space + for the MCUboot image header * Activating SW_VECTOR_RELAY on Cortex-M0 (or Armv8-M baseline) targets with no built-in vector relocation mechanisms * Including dts/common/mcuboot.overlay when building the Device