[bootlin/training-materials updates] master: Fix compiling issue (594cd297)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu May 16 10:05:28 CEST 2019


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

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

commit 594cd29744d1a3b1c473a39a1030008ee3258f55
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu May 16 10:05:28 2019 +0200

    Fix compiling issue
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

594cd29744d1a3b1c473a39a1030008ee3258f55
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 35bae4d3..fc8e9c2f 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -292,7 +292,7 @@ setenv mtdparts mtdparts=omap2-nand.0:512k(X-Loader)ro,1536k(U-Boot)ro,512k(Env)
   \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
-    MTD_PARTITIONED_MASTER)
+    \code{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