Re: [U-Boot] [PATCH 16/53] dtoc: Update Fdt.FromData() to allow a name

2019-07-29 Thread sjg
It is confusing when something goes wrong with a device tree which was created from data rather than a file, since there is no identifying filename. Add an option to provide this. Use the filename as the name, where available Signed-off-by: Simon Glass --- tools/dtoc/fdt.py | 8 +++- 1 file

[U-Boot] [PATCH 16/53] dtoc: Update Fdt.FromData() to allow a name

2019-07-20 Thread Simon Glass
It is confusing when something goes wrong with a device tree which was created from data rather than a file, since there is no identifying filename. Add an option to provide this. Use the filename as the name, where available Signed-off-by: Simon Glass --- tools/dtoc/fdt.py | 8 +++- 1 file