Skip to content

Commit

Permalink
tools/test-runner: Remove bluetooth.enable_ecred
Browse files Browse the repository at this point in the history
L2CAP ECRED is now enabled by default by the following kernel change:

98f18bb78b7d ("Bluetooth: Add CONFIG_BT_LE_L2CAP_ECRED")
  • Loading branch information
Vudentz committed Oct 28, 2022
1 parent f65b4d5 commit b3f76b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/test-runner.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ static void start_qemu(void)
"rootfstype=9p "
"rootflags=trans=virtio,version=9p2000.u "
"acpi=off pci=noacpi noapic quiet ro init=%s "
"bluetooth.enable_ecred=1 "
"TESTHOME=%s TESTDBUS=%u TESTDAEMON=%u "
"TESTDBUSSESSION=%u XDG_RUNTIME_DIR=/run/user/0 "
"TESTAUDIO=%u "
Expand Down

0 comments on commit b3f76b3

Please sign in to comment.