]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: fix FIT offset prompt text
authorIbai Erkiaga <ibai.erkiaga-elorza@xilinx.com>
Wed, 15 May 2019 21:10:04 +0000 (22:10 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 4 Jun 2019 11:38:45 +0000 (13:38 +0200)
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>
Kconfig

diff --git a/Kconfig b/Kconfig
index aff7b2e00a05a9dffdbb5e75b8d0990e592f4ba9..f78e62f6067107ae183b41227fd8c5e90b23e3fa 100644 (file)
--- 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.