summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-08-05 00:53:24 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-08-05 09:15:22 +0200
commite0b507d31ab335f115f1eb472c58611fda1f2a67 (patch)
tree5e6020d35b3af5a522f2b639fa2d32ce00df860f /board
parent5c794ee67852c1815238ce0040708c0de286f338 (diff)
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>
Diffstat (limited to 'board')
-rw-r--r--board/technexion/imx6ulpico/linux.fragment1
1 files changed, 1 insertions, 0 deletions
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