remove some more kernel_module- references

make kgdb x86_64 work once again, now pending a decent serial refactor
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-31 00:00:00 +00:00
parent 4f47491482
commit 911dd8be32
4 changed files with 24 additions and 10 deletions

View File

@@ -823,6 +823,7 @@ def setup(parser):
this_module.qemu_hostfwd_generic_port = this_module.qemu_base_port + 1
this_module.qemu_hostfwd_ssh_port = this_module.qemu_base_port + 2
this_module.qemu_gdb_port = this_module.qemu_base_port + 3
this_module.extra_serial_port = this_module.qemu_base_port + 4
this_module.gdb_port = this_module.qemu_gdb_port
# Baremetal.