summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-07-04 23:34:07 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-07-04 23:35:31 +0200
commit0849a597828863537f412c12371d50555147fa98 (patch)
treeec125762e209d4a923add05cd701cb0b6cc8b56f
parent73391447be9187a2004fae104389fd8ffc26e094 (diff)
Remove note about test suite failures with old buggy C tools
The test suite would fail anyway now due to (harmless) output format changes.
-rw-r--r--README.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index 3461c74..03fbc1e 100644
--- a/README.rst
+++ b/README.rst
@@ -773,16 +773,6 @@ Notes
Let me know if you need proper ``option modules`` support. It wouldn't be that
hard to add.
-* The test suite failures (should be the only ones) for the following Blackfin
- defconfigs on e.g. Linux 3.7.0-rc8 are due to
-  `a bug in the C implementation <https://lkml.org/lkml/2012/12/5/458>`_:
-
- * ``arch/blackfin/configs/CM-BF537U_defconfig``
- * ``arch/blackfin/configs/BF548-EZKIT_defconfig``
- * ``arch/blackfin/configs/BF527-EZKIT_defconfig``
- * ``arch/blackfin/configs/BF527-EZKIT-V2_defconfig``
- * ``arch/blackfin/configs/TCM-BF537_defconfig``
-
Thanks
------