1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

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>
This commit is contained in:
Ibai Erkiaga
2019-05-15 22:10:04 +01:00
committed by Tom Rini
parent 66063a7c13
commit f07ce59895

View File

@@ -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.