From b3f76b30ec9d0e06d44a9240698698926df9e333 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 28 Oct 2022 16:43:28 -0700 Subject: tools/test-runner: Remove bluetooth.enable_ecred L2CAP ECRED is now enabled by default by the following kernel change: 98f18bb78b7d ("Bluetooth: Add CONFIG_BT_LE_L2CAP_ECRED") --- tools/test-runner.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/test-runner.c b/tools/test-runner.c index 560d638e4..6660ea8de 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -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 " -- cgit v1.2.1