[PATCH v2 1/7] binman: Add option for pointing to separate description

Simon Glass sjg at chromium.org
Fri Dec 6 20:17:29 CET 2024


Hi Michal,

On Fri, 1 Nov 2024 at 03:18, Michal Simek <michal.simek at amd.com> wrote:
>
> Adding binman node with target images description can be unwanted feature
> but as of today there is no way to disable it.
> Also on size constrained systems it is not useful to add binman description
> to DTB.
> Introduce BINMAN_DTB Kconfig symbol which allows separate DTB for target
> from DTB for binman itself.
>
> Signed-off-by: Michal Simek <michal.simek at amd.com>
> ---
>
> Changes in v2:
> - Change subject, align commit message
> - binman - rename variable
> - Use relative path
> - Use separate variable in makefile to also handle empty string and default
>   to u-boot.dtb
>
>  Makefile    | 11 ++++++++++-
>  lib/Kconfig |  9 +++++++++
>  2 files changed, 19 insertions(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>

This seems OK for now, and unblocks the migration.

Longer term, I would rather have a way to tell binman to remove the
description, as mentioned.


More information about the U-Boot mailing list