Comment 14 for bug 989349

Revision history for this message
Ricardo Salveti (rsalveti) wrote : Re: Pandaboard fails to boot with LT 3.3 based kernel

Confirming the issues, the only changes I needed to do to make it to boot at my 4460 again:
-CONFIG_SCHED_MC=y
-CONFIG_SCHED_SMT=y
+# CONFIG_SCHED_MC is not set
+# CONFIG_SCHED_SMT is not set

So can you try to enable SCHED_MC to see if you're able to reproduce the issue locally?