Re: [PATCH 1/2] tools: dtoc: Allow passing optional input directories

2024-11-20 Thread Simon Glass
Hi Paul, On Wed, 20 Nov 2024 at 03:37, Paul HENRYS wrote: > > An optional list of input directories can be passed to EnsureCompiled() which > allows to pass a list of directories where input files can be searched. > > Signed-off-by: Paul HENRYS > --- > tools/dtoc/fdt_util.py | 4 +++- > 1 file

[PATCH 1/2] tools: dtoc: Allow passing optional input directories

2024-11-20 Thread Paul HENRYS
An optional list of input directories can be passed to EnsureCompiled() which allows to pass a list of directories where input files can be searched. Signed-off-by: Paul HENRYS --- tools/dtoc/fdt_util.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/dtoc/fdt_util.p