提交 dcd52fd5 编写于 作者: W weichaox

bugfix, subsystem_config_file to subsystem_config_json

Signed-off-by: Nweichaox <wangweichao2@huawei.com>
Change-Id: I98213c23dc08ceb4822628359daf7e314bacb288
上级 a95ad841
......@@ -618,7 +618,9 @@ def main(argv):
parser.add_argument('--preloader-output-dir', required=True)
parser.add_argument('--device-dir', required=True)
parser.add_argument('--target-cpu', required=True)
parser.add_argument('--subsystem-config-file', required=True)
parser.add_argument('--subsystem-config-file',
dest='subsystem_config_json',
required=True)
args = parser.parse_args(argv)
preloader = Preloader(args)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册