Re: [U-Boot] [PATCH 01/11] dtoc: Use self._options instead of the global options

2017-07-06 Thread sjg
This class should use the options object passed to it rather than finding the global one. Fix it. Signed-off-by: Simon Glass --- tools/dtoc/dtoc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-dm, thanks! ___ U-Boot mai

[U-Boot] [PATCH 01/11] dtoc: Use self._options instead of the global options

2017-06-18 Thread Simon Glass
This class should use the options object passed to it rather than finding the global one. Fix it. Signed-off-by: Simon Glass --- tools/dtoc/dtoc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/dtoc/dtoc.py b/tools/dtoc/dtoc.py index c0ab13ad34..056f5157c9 100755