From e0b507d31ab335f115f1eb472c58611fda1f2a67 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Fri, 5 Aug 2016 00:53:24 -0300 Subject: 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 Signed-off-by: Peter Korsgaard --- board/technexion/imx6ulpico/linux.fragment | 1 + 1 file changed, 1 insertion(+) diff --git a/board/technexion/imx6ulpico/linux.fragment b/board/technexion/imx6ulpico/linux.fragment index 892d0cb7b..88e323e68 100644 --- a/board/technexion/imx6ulpico/linux.fragment +++ b/board/technexion/imx6ulpico/linux.fragment @@ -1 +1,2 @@ CONFIG_CFG80211_WEXT=y +CONFIG_SMP=n -- cgit v1.2.3