projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c794ee
)
imx6ulpico: linux.fragment: Disable CONFIG_SMP
author
Fabio Estevam
<fabio.estevam@nxp.com>
Fri, 5 Aug 2016 03:53:24 +0000
(
00:53
-0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Fri, 5 Aug 2016 07:15:22 +0000
(09:15 +0200)
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>
board/technexion/imx6ulpico/linux.fragment
patch
|
blob
|
history
diff --git
a/board/technexion/imx6ulpico/linux.fragment
b/board/technexion/imx6ulpico/linux.fragment
index 892d0cb7b99f5fcfef8b3153f0dc35d94a5c565d..88e323e68e78c02b1bf972686d903fff5ea97d85 100644
(file)
--- a/
board/technexion/imx6ulpico/linux.fragment
+++ b/
board/technexion/imx6ulpico/linux.fragment
@@
-1
+1,2
@@
CONFIG_CFG80211_WEXT=y
+CONFIG_SMP=n