summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2024-04-15 11:17:07 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2024-04-16 12:00:24 +0200
commit615b803a07c8868d5263f4c0f0ff346410e4a3ef (patch)
tree354960eacac95dfae7a92192027ec1a98458e644
parent760f14774fcd17c863ae0746fad79a230b6f3b2e (diff)
downloadbarebox-615b803a07c8868d5263f4c0f0ff346410e4a3ef.tar.gz
barebox-615b803a07c8868d5263f4c0f0ff346410e4a3ef.tar.xz
Documentation: devel: project-ideas: remove outdated info on MMC speed
This is now doubly outdated. We have support for DDR in a number of drivers and HS200 for one SoC (ZynqMP) and more is likely to come with time, so remove that outdate info. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20240415091707.3825140-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--Documentation/devel/project-ideas.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devel/project-ideas.rst b/Documentation/devel/project-ideas.rst
index da146c3e52..4127b2556b 100644
--- a/Documentation/devel/project-ideas.rst
+++ b/Documentation/devel/project-ideas.rst
@@ -156,8 +156,6 @@ on top of a block device which caches blocks previously read from the
hardware driver, often by means of DMA. There are a number of improvements
possible to increase throughput of barebox I/O:
- - Support for higher MMC speed modes: The maximum currently supported
- is 50/52 MHz and no DDR.
- More efficient erase: Communication protocols like Android Fastboot
encode large blocks of zeros specially. MMCs with erase-to-zero
capability could perform such erases in the background instead