mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
fix arm timer baremetal!
This commit is contained in:
@@ -719,6 +719,8 @@ Incompatible archs are skipped.
|
||||
# http://lists.nongnu.org/archive/html/qemu-discuss/2018-08/msg00034.html
|
||||
env['machine2'] = 'highmem=off'
|
||||
elif env['arch'] == 'aarch64':
|
||||
# TODO allow the Gic version to be controlled from the CLI.
|
||||
# env['machine2'] = 'gic_version=3'
|
||||
env['machine2'] = None
|
||||
else:
|
||||
env['machine2'] = None
|
||||
|
||||
Reference in New Issue
Block a user