Re: [U-Boot] [PATCH 08/11] dtoc: Move the main logic into the dtb_platdata file

2017-07-06 Thread sjg
Collect the main logic of dtoc into a function and put it into dtb_platdata. This will allow tests to use this function instead of duplicating the code themselves. Signed-off-by: Simon Glass --- tools/dtoc/dtb_platdata.py | 29 + tools/dtoc/dtoc.py | 19 ++---

Re: [U-Boot] [PATCH 08/11] dtoc: Move the main logic into the dtb_platdata file

2017-07-06 Thread sjg
Collect the main logic of dtoc into a function and put it into dtb_platdata. This will allow tests to use this function instead of duplicating the code themselves. Signed-off-by: Simon Glass --- tools/dtoc/dtb_platdata.py | 29 + tools/dtoc/dtoc.py | 19 ++---

[U-Boot] [PATCH 08/11] dtoc: Move the main logic into the dtb_platdata file

2017-06-18 Thread Simon Glass
Collect the main logic of dtoc into a function and put it into dtb_platdata. This will allow tests to use this function instead of duplicating the code themselves. Signed-off-by: Simon Glass --- tools/dtoc/dtb_platdata.py | 29 + tools/dtoc/dtoc.py | 19 ++---