[SRU][G/raspi][F/raspi][PATCH] UBUNTU: [Config] raspi: Disable BRCM_TRACING
Juerg Haefliger
juerg.haefliger at canonical.com
Wed Sep 9 13:01:13 UTC 2020
BugLink: https://bugs.launchpad.net/bugs/1893905
BRCM_TRACING is a debugging option with the side effect that some regular
information is being printed as errors. Using pr_err for things which are
not errors is a bad idea and might confuse users. It will also drop the
plymouth bootsplash screen back to the text console so that users can see
the (bogus) error. So disable the option.
Signed-off-by: Juerg Haefliger <juergh at canonical.com>
---
debian.raspi/config/config.common.ubuntu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian.raspi/config/config.common.ubuntu b/debian.raspi/config/config.common.ubuntu
index 1d28c51c8226..2a0875f4425d 100644
--- a/debian.raspi/config/config.common.ubuntu
+++ b/debian.raspi/config/config.common.ubuntu
@@ -866,7 +866,7 @@ CONFIG_BRCMSMAC=m
CONFIG_BRCMSTB_GISB_ARB=y
CONFIG_BRCMUTIL=m
CONFIG_BRCM_CHAR_DRIVERS=y
-CONFIG_BRCM_TRACING=y
+# CONFIG_BRCM_TRACING is not set
CONFIG_BRIDGE=m
CONFIG_BRIDGE_EBT_802_3=m
CONFIG_BRIDGE_EBT_AMONG=m
--
2.25.1
More information about the kernel-team
mailing list