[Buildroot] [git commit] imx6ulpico: linux.fragment: Disable CONFIG_SMP

Peter Korsgaard peter at korsgaard.com
Fri Aug 5 07:15:22 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=e0b507d31ab335f115f1eb472c58611fda1f2a67
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at nxp.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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 892d0cb..88e323e 100644
--- a/board/technexion/imx6ulpico/linux.fragment
+++ b/board/technexion/imx6ulpico/linux.fragment
@@ -1 +1,2 @@
 CONFIG_CFG80211_WEXT=y
+CONFIG_SMP=n


More information about the buildroot mailing list