[U-Boot] [PATCH] Kconfig: fix FIT offset prompt text
Ibai Erkiaga Elorza
IBAIE at xilinx.com
Wed May 15 21:09:54 UTC 2019
> -----Original Message-----
> From: Marek Vasut <marex at denx.de>
> Sent: 15 May 2019 15:09
> To: Ibai Erkiaga Elorza <IBAIE at xilinx.com>; u-boot at lists.denx.de
> Cc: Michal Simek <michals at xilinx.com>; Simon Glass <sjg at chromium.org>;
> Masahiro Yamada <yamada.masahiro at socionext.com>; Peng Fan
> <peng.fan at nxp.com>; Chris Packham <judge.packham at gmail.com>; Jagan Teki
> <jagan at amarulasolutions.com>; Stefan Roese <sr at denx.de>
> Subject: Re: [U-Boot][PATCH] Kconfig: fix FIT offset prompt text
>
> On 5/15/19 3:57 PM, Ibai Erkiaga wrote:
> > 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>
> > ---
> >
> > Kconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Kconfig b/Kconfig
> > index 91c1082..f490ee4 100644
> > --- a/Kconfig
> > +++ b/Kconfig
> > @@ -278,7 +278,7 @@ config FIT
> > if FIT
> >
> > config FIT_EXTERNAL_OFFSET
> > - hex "Text Base"
> > + hex "FIT External Offset"
>
> "FIT external data offset" then ?
>
Fair enough, let me send an updated patch
> > default 0x0
> > help
> > This specifies a data offset in fit image.
> >
>
>
> --
> Best regards,
> Marek Vasut
More information about the U-Boot
mailing list