summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorIbai Erkiaga <ibai.erkiaga-elorza@xilinx.com>2019-05-15 22:10:04 +0100
committerTom Rini <trini@konsulko.com>2019-05-18 12:32:02 -0400
commitf07ce59895d6485d35c9dfaaf50028118987e95d (patch)
tree09ec89250ee4ca2e69f1391b714cbe75d2036feb /Kconfig
parent66063a7c1388fb724e8671b03c529fb5cda992dd (diff)
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>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
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.