commit | e8c6d52c89a2c1fd7d40f9e9ad4b7689255538d1 | [log] [tgz] |
---|---|---|
author | Arnout Vandecappelle <arnout@mind.be> | Fri Jul 21 03:05:12 2017 +0200 |
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Tue Jul 25 22:42:59 2017 +0200 |
tree | 692324b5c0b2536c0f4f5bbcb6e62f2f725b2c9b | |
parent | 22978c7399ee7cd76dbb3d57cdc6f018a68c326c [diff] |
genrandconfig: move instantiation of SystemInfo down The SystemInfo class is instantiated globally and passed down to all functions, but it is really only used in fixup_config. So instead, instantiate it there. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>