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

sjg at google.com sjg at google.com
Thu Jul 6 14:51:48 UTC 2017


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 <sjg at chromium.org>
---

 tools/dtoc/dtb_platdata.py | 411 +++++++++++++++++++++++++++++++++++++++++++++
 tools/dtoc/dtoc.py         | 408 +-------------------------------------------
 2 files changed, 414 insertions(+), 405 deletions(-)
 create mode 100644 tools/dtoc/dtb_platdata.py

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list