[U-Boot] [PATCH v2] Kconfig: fix FIT offset prompt text

Ibai Erkiaga ibai.erkiaga-elorza at xilinx.com
Wed May 15 21:10:04 UTC 2019


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 at xilinx.com>
---

Changes in v2:
-More detailed text

 Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Kconfig b/Kconfig
index 91c1082..da208d6 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.
-- 
1.8.3.1



More information about the U-Boot mailing list