From aadfca398e8f327c176cf7d34a2876897cd64d04 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 27 Oct 2021 10:54:20 +0200 Subject: [PATCH] Boot-time: remove obsolete ubiblock details Signed-off-by: Michael Opdenacker --- slides/boot-time-filesystems/boot-time-filesystems.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/slides/boot-time-filesystems/boot-time-filesystems.tex b/slides/boot-time-filesystems/boot-time-filesystems.tex index 5455927eb..174b6ee72 100644 --- a/slides/boot-time-filesystems/boot-time-filesystems.tex +++ b/slides/boot-time-filesystems/boot-time-filesystems.tex @@ -168,9 +168,7 @@ \section{Filesystem optimizations} For raw flash storage \begin{itemize} \item {\em ubiblock}: read-only block device on top of UBI - (\kconfig{CONFIG_MTD_UBI_BLOCK}). Available in Linux 3.15 - (developed on his spare time by Ezequiel Garcia, - a Bootlin contractor). + (\kconfig{CONFIG_MTD_UBI_BLOCK}). \item Allows to put SquashFS or EROFS on a UBI volume. \item Expecting great boot time and read performance. Great for read-only root filesystems.