]> git.sur5r.net Git - u-boot/commit - tools/dtoc/dtoc.py
dtoc: Use self._options instead of the global options
authorSimon Glass <sjg@chromium.org>
Mon, 19 Jun 2017 04:08:56 +0000 (22:08 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commit418355cbaa4dfe1a202538c1584f0b7b147f59c0
treea537b186c62e6d57e1917f2bfc884a98f068de29
parentcb008830aa10214c5e924d8fe15deaeca190d71a
dtoc: Use self._options instead of the global options

This class should use the options object passed to it rather than finding
the global one. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtoc.py