[U-Boot] [PATCH 01/15] Introduce CONFIG_FIT_EXTERNAL_OFFSET

Tom Rini trini at konsulko.com
Fri Nov 9 14:50:17 UTC 2018


On Fri, Nov 09, 2018 at 09:16:14AM +0000, Peng Fan wrote:

> Introduce CONFIG_FIT_EXTERNAL_OFFSET to give user a choice to choose
> where to put the external data.
> 
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
> ---
>  Kconfig  | 6 ++++++
>  Makefile | 2 +-
>  2 files changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/Kconfig b/Kconfig
> index dca9bb4e43..9b1cc6c2c0 100644
> --- a/Kconfig
> +++ b/Kconfig
> @@ -248,6 +248,12 @@ config FIT
>  
>  if FIT
>  
> +config FIT_EXTERNAL_OFFSET
> +	hex "Text Base"
> +	default 0x0
> +	help
> +	  This specifics a data offset in fit image.

"specifies".  And another sentence about why or when this is useful
would be good.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181109/ab0bcc70/attachment.sig>


More information about the U-Boot mailing list