
9 Oct
2024
9 Oct
'24
3:55 a.m.
Hi Michal,
On Mon, 7 Oct 2024 at 07:05, Michal Simek michal.simek@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_EXTERNAL_DTB Kconfig symbol which allows separate DTB for target from DTB for binman itself.
Signed-off-by: Michal Simek michal.simek@amd.com
Makefile | 2 +- lib/Kconfig | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-)
Doesn't this defeat one of the purposes of Binman, i.e. to document images? We do want the .dts to include the image description. What sort of problem is this causing?
Regards, Simon