[bootlin/training-materials updates] master: slides/sysdev-flash-filesystems: "mtdparts" is a parameter, not a variable (d92ae660)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Feb 15 16:48:45 CET 2023


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

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

commit d92ae660276ed8fea2b48dcfd6eb7a5690494cff
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Feb 15 16:48:45 2023 +0100

    slides/sysdev-flash-filesystems: "mtdparts" is a parameter, not a variable
    
    Less confusing this way
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

d92ae660276ed8fea2b48dcfd6eb7a5690494cff
 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 0f29c664..036a2a4a 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -90,7 +90,7 @@
     \item Specified in the board Device Tree (default partitions, not always relevant)
     \item Specified through the kernel command line
     \end{itemize}
-  \item MTD partitions are defined through the \code{mtdparts} variable in
+  \item MTD partitions are defined through the \code{mtdparts} parameter in
     the kernel command line
   \item U-Boot understands the Linux syntax via the \code{mtdparts} and
     \code{mtdids} variables




More information about the training-materials-updates mailing list