summaryrefslogtreecommitdiffstats
path: root/configs/platform-mips/run
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2020-11-20 12:46:53 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-11-23 10:49:44 +0100
commitc5a4dbd7980c6b31b6be988a3de40318ac0b3797 (patch)
tree30fefc6f1b5f72dcda6eda969ce6bd7f508eb1a4 /configs/platform-mips/run
parentd2bb017519cd6fcaed5e4b4d124c101eb6d5d586 (diff)
downloadDistroKit-c5a4dbd7980c6b31b6be988a3de40318ac0b3797.tar.gz
DistroKit-c5a4dbd7980c6b31b6be988a3de40318ac0b3797.tar.xz
MIPS: malta: enable USB XHCI support
Make malta kernel work with qemu-xhci controller. It was needed to reproduce endiannes bug with candleLight CAN adapter. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Diffstat (limited to 'configs/platform-mips/run')
-rwxr-xr-xconfigs/platform-mips/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-mips/run b/configs/platform-mips/run
index c42b5f5..edfce51 100755
--- a/configs/platform-mips/run
+++ b/configs/platform-mips/run
@@ -68,7 +68,7 @@ fi
BASE_CMDLINE="console=ttyS0,115200 loglevel=5 systemd.log_level=warning systemd.show_status=auto"
# Machine to emulate
-QEMU_ARGS=( -M malta -m 256 -serial stdio -monitor null)
+QEMU_ARGS=( -M malta -m 256 -serial stdio -monitor null -device qemu-xhci,id=xhci)
# disable graphics output
QEMU_ARGS[${#QEMU_ARGS[@]}]="-nographic"
# Exit qemu on reboot