From: Ibai Erkiaga Date: Wed, 15 May 2019 21:10:04 +0000 (+0100) Subject: Kconfig: fix FIT offset prompt text X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84fa7c8ff3bd173ae3079135f00a89f6cca058ff;p=thirdparty%2Fu-boot.git Kconfig: fix FIT offset prompt text The current prompt text for FIT external offset is identical to SYS_TEXT_BASE which might confuse the users. Provided more accurate description for the prompt text. Signed-off-by: Ibai Erkiaga Reviewed-by: Marek Vasut --- diff --git a/Kconfig b/Kconfig index aff7b2e00a0..f78e62f6067 100644 --- a/Kconfig +++ b/Kconfig @@ -252,7 +252,7 @@ config FIT if FIT config FIT_EXTERNAL_OFFSET - hex "Text Base" + hex "FIT external data offset" default 0x0 help This specifies a data offset in fit image.