Re: [U-Boot] [PATCH 07/11] dtoc: Move static functions out of the class

2017-07-06 Thread sjg
Rather than using static functions within the class, move them out of the class. This will make it slightly easier for tests to call them. Signed-off-by: Simon Glass --- tools/dtoc/dtb_platdata.py | 125 +++-- 1 file changed, 63 insertions(+), 62 deletion

Re: [U-Boot] [PATCH 07/11] dtoc: Move static functions out of the class

2017-07-06 Thread sjg
Rather than using static functions within the class, move them out of the class. This will make it slightly easier for tests to call them. Signed-off-by: Simon Glass --- tools/dtoc/dtb_platdata.py | 125 +++-- 1 file changed, 63 insertions(+), 62 deletion

[U-Boot] [PATCH 07/11] dtoc: Move static functions out of the class

2017-06-18 Thread Simon Glass
Rather than using static functions within the class, move them out of the class. This will make it slightly easier for tests to call them. Signed-off-by: Simon Glass --- tools/dtoc/dtb_platdata.py | 125 +++-- 1 file changed, 63 insertions(+), 62 deletion