[bootlin/training-materials updates] master: Flash slides: stop mentioning CONFIG_MTD_PARTITIONED_MASTER (608441bd)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Nov 10 12:15:49 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/608441bd48c5f2a66abd333b35fc189a367a9587

>---------------------------------------------------------------

commit 608441bd48c5f2a66abd333b35fc189a367a9587
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Nov 10 12:15:49 2021 +0100

    Flash slides: stop mentioning CONFIG_MTD_PARTITIONED_MASTER
    
    Yields confusing results (changing partition numbering) and rarely seen IMHO
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

608441bd48c5f2a66abd333b35fc189a367a9587
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 3886dcc4..c47edacf 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -447,8 +447,7 @@ Device 0 bad blocks:
   \begin{itemize}
   \item MTD devices are visible in \code{/proc/mtd}
   \item User space only sees MTD partitions, not the flash device
-    under those partitions (unless the kernel is compiled with
-    \kconfig{CONFIG_MTD_PARTITIONED_MASTER})
+    under those partitions.
   \item The {\bf mtdchar} driver creates a character device for each
     MTD device/partition of the system
     \begin{itemize}




More information about the training-materials-updates mailing list