[bootlin/training-materials updates] master: Revert "Flash slides: stop mentioning CONFIG_MTD_PARTITIONED_MASTER" (88ef7ec2)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Nov 12 10:16:37 CET 2021


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

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

commit 88ef7ec2fedc3eecc3c410ef7fdc4f1fdb93ae85
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Nov 12 10:16:37 2021 +0100

    Revert "Flash slides: stop mentioning CONFIG_MTD_PARTITIONED_MASTER"
    
    This reverts commit 608441bd48c5f2a66abd333b35fc189a367a9587.


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

88ef7ec2fedc3eecc3c410ef7fdc4f1fdb93ae85
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index c47edacf..3886dcc4 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -447,7 +447,8 @@ 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.
+    under those partitions (unless the kernel is compiled with
+    \kconfig{CONFIG_MTD_PARTITIONED_MASTER})
   \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