config.py: use correct archs parameter

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-09-11 00:00:01 +00:00
parent 6c599534db
commit 3d95fb5f9c

View File

@@ -3,7 +3,8 @@ https://cirosantilli.com/linux-kernel-module-cheat#default-command-line-argument
'''
def set_args(args, script_name):
args['arch'] = 'aarch64'
# archs in plural here because --arch adds items to a list of archs.
args['archs'] = ['aarch64']
args['emulators'] = ['gem5']
if script_name == 'build-gem5':
# This argument is defined only for ./build-gem5.