tools: binman: Pass a list of input directory to EnsureCompiled()
authorPaul HENRYS <paul.henrys_ext@softathome.com>
Mon, 25 Nov 2024 17:51:11 +0000 (18:51 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 19 Dec 2024 15:10:34 +0000 (09:10 -0600)
commitf5c1b12267a9f7ed07d71affb8ff2059338ef6ff
tree4d1bd8b1c8caaf253972a7772a2d6b4d26cf1064
parent9cc36d654c4d25a128a4df310c8176acd1b7db0f
tools: binman: Pass a list of input directory to EnsureCompiled()

Input directories can be passed to binman using the '-I' option and those
input directories are now also passed to 'dtc' when run by binman.

Signed-off-by: Paul HENRYS <paul.henrys_ext@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/control.py