Re: [U-Boot] [PATCH 03/11] dtoc: Split out the main class into its own file

2017-07-06 Thread sjg
To simplify running tests we should move this class into its own file. This allows the tests to import it without having to import dtoc.py, which runs the tests. Signed-off-by: Simon Glass --- tools/dtoc/dtb_platdata.py | 411 + tools/dtoc/dtoc.py

[U-Boot] [PATCH 03/11] dtoc: Split out the main class into its own file

2017-06-18 Thread Simon Glass
To simplify running tests we should move this class into its own file. This allows the tests to import it without having to import dtoc.py, which runs the tests. Signed-off-by: Simon Glass --- tools/dtoc/dtb_platdata.py | 411 + tools/dtoc/dtoc.py