From: Ibai Erkiaga <ibai.erkiaga-elorza@xilinx.com>
Date: Wed, 15 May 2019 21:10:04 +0000 (+0100)
Subject: Kconfig: fix FIT offset prompt text
X-Git-Tag: v2025.01-rc5-pxa1908~2976^2~1
X-Git-Url: http://git.dujemihanovic.xyz/img/html/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=f07ce59895d6485d35c9dfaaf50028118987e95d;p=u-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 <ibai.erkiaga-elorza@xilinx.com>
Reviewed-by: Marek Vasut <marex@denx.de>
---

diff --git a/Kconfig b/Kconfig
index 91c1082ace..da208d65a3 100644
--- a/Kconfig
+++ b/Kconfig
@@ -278,7 +278,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.