commit | 0baeab70f77143e3ebbfc9a68c3d2e2a5f9a9867 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 14:25:32 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:54:08 2019 -0700 |
tree | f5cbda86979a2fb88edbba8c9761fd56138eb358 | |
parent | 7550293a2c7b33b2b291d5c25bad38ddad569365 [diff] |
binman: Allow easy importing of entry modules At present entry modules can only be accessed using Entry.Lookup() or Entry.Create(). Most of the time this is fine, but sometimes a module needs to provide constants or helper functions useful to other modules. It is easier in this case to use 'import'. Add an __init__ file to permit this. Signed-off-by: Simon Glass <sjg@chromium.org>