Re: [PATCH 13/20] binman: Remove dependency on pylibfdt for entry-docs

2024-07-29 Thread Simon Glass
Allow the entry-docs command to operate even if pylibfdt is not present in the systemn. Signed-off-by: Simon Glass --- tools/binman/image.py | 7 +++ 1 file changed, 7 insertions(+) Applied to u-boot-dm, thanks!

[PATCH 13/20] binman: Remove dependency on pylibfdt for entry-docs

2024-07-20 Thread Simon Glass
Allow the entry-docs command to operate even if pylibfdt is not present in the systemn. Signed-off-by: Simon Glass --- tools/binman/image.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/tools/binman/image.py b/tools/binman/image.py index e77b5d0d97c..97443d3c0a7 100644 --- a/tools