mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5: fix kernel run, don't set --bare-metal with kernel
Broken on recent commit.
This commit is contained in:
2
run
2
run
@@ -618,7 +618,7 @@ Extra options to append at the end of the emulator command line.
|
|||||||
)
|
)
|
||||||
if dtb is not None:
|
if dtb is not None:
|
||||||
cmd.extend(['--dtb-filename', dtb, LF])
|
cmd.extend(['--dtb-filename', dtb, LF])
|
||||||
else:
|
if not self.env['baremetal'] is None:
|
||||||
cmd.extend([
|
cmd.extend([
|
||||||
'--bare-metal', LF,
|
'--bare-metal', LF,
|
||||||
'--param', 'system.auto_reset_addr = True', LF,
|
'--param', 'system.auto_reset_addr = True', LF,
|
||||||
|
|||||||
Reference in New Issue
Block a user