commit | 418355cbaa4dfe1a202538c1584f0b7b147f59c0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 18 22:08:56 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:20 2017 -0600 |
tree | a537b186c62e6d57e1917f2bfc884a98f068de29 | |
parent | cb008830aa10214c5e924d8fe15deaeca190d71a [diff] |
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>