diff mbox

[2/2] UBUNTU: [Config] disable HVC_DCC

Message ID 1396979238-10366-3-git-send-email-paolo.pisati@canonical.com
State New
Headers show

Commit Message

Paolo Pisati April 8, 2014, 5:47 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1303657

Kernel hangs at boot waiting for a console via the JTAG interface that will
obviously never appear - disable it.

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
---
 debian.master/config/config.common.ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index 4147ccc..78a01b5 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -2644,7 +2644,7 @@  CONFIG_HT_IRQ=y
 CONFIG_HUGETLBFS=y
 CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y
 CONFIG_HVC_CONSOLE=y
-CONFIG_HVC_DCC=y
+# CONFIG_HVC_DCC is not set
 CONFIG_HVC_DRIVER=y
 CONFIG_HVC_IRQ=y
 CONFIG_HVC_OPAL=y