mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00: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:
parent
66063a7c13
commit
f07ce59895
1 changed files with 1 additions and 1 deletions
2
Kconfig
2
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.
|
||||
|
|
Loading…
Reference in a new issue