浏览代码

imx6ulpico: linux.fragment: Disable CONFIG_SMP

imx6ul has currently an issue on kernel 4.7 that causes a stall when running
the "reboot" command.

This issue has been reported in the linux-arm-kernel mailing list, but we
don't have a proper fix at the moment.

This problem is not seen when SMP is disabled, so let's disable it for now
until a proper fix becomes available.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabio Estevam 9 年之前
父节点
当前提交
e0b507d31a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      board/technexion/imx6ulpico/linux.fragment

+ 1 - 0
board/technexion/imx6ulpico/linux.fragment

@@ -1 +1,2 @@
 CONFIG_CFG80211_WEXT=y
+CONFIG_SMP=n