diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 3b86d9a4dc..a8701a52d7 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -2332,6 +2332,21 @@
of other recipes.
+
+ One important example is a fix for when the Linux kernel freezes at
+ boot time on ARM when built with GCC 5.
+ If you are using your own kernel recipe or source tree and
+ building for ARM, you will likely need to apply this
+ patch.
+ The standard linux-yocto kernel source tree
+ already has a workaround for the same issue.
+
+
+
+ For further details, please see
+ .
+
+
Alternatively, you can switch back to GCC 4.9 or 4.8 by
setting GCCVERSION in your configuration,
@@ -2339,8 +2354,6 @@
GCCVERSION = "4.9%"
- For further details, please see
- .