[bootlin/training-materials updates] master: slides/[kernel|sysdev]-hw-devices: fix previous commit (262463ff)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Aug 7 17:41:49 CEST 2023


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

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

commit 262463ff8c531084c9c41b741b3e3bf9f54c875f
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Aug 7 17:41:09 2023 +0200

    slides/[kernel|sysdev]-hw-devices: fix previous commit
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

262463ff8c531084c9c41b741b3e3bf9f54c875f
 slides/kernel-hw-devices/kernel-hw-devices.tex | 2 +-
 slides/sysdev-hw-devices/sysdev-hw-devices.tex | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/kernel-hw-devices/kernel-hw-devices.tex b/slides/kernel-hw-devices/kernel-hw-devices.tex
index 13ca23c6..b54099e6 100644
--- a/slides/kernel-hw-devices/kernel-hw-devices.tex
+++ b/slides/kernel-hw-devices/kernel-hw-devices.tex
@@ -159,7 +159,7 @@ $ dtc -I dtb -O dts foo.dtb
   \item In practice, the Linux kernel sources can be considered as the
     {\bf canonical location} for Device Tree Source files
     \begin{itemize}
-    \item \code{arch/<ARCH>/boot/<vendor>/dts}
+    \item \code{arch/<ARCH>/boot/dts/<vendor>/}
     \item \code{arch/arm/boot/dts} (on ARM 32 architecture before Linux 6.5)
     \item $\approx$ 4500 Device Tree Source files (\code{.dts} and
           \code{.dtsi}) in Linux as of 6.0.
diff --git a/slides/sysdev-hw-devices/sysdev-hw-devices.tex b/slides/sysdev-hw-devices/sysdev-hw-devices.tex
index d49eea40..acd56da0 100644
--- a/slides/sysdev-hw-devices/sysdev-hw-devices.tex
+++ b/slides/sysdev-hw-devices/sysdev-hw-devices.tex
@@ -894,7 +894,7 @@ $ dtc -I dtb -O dts foo.dtb
   \item In practice, the Linux kernel sources can be considered as the
     {\bf canonical location} for Device Tree Source files
     \begin{itemize}
-    \item \code{arch/<ARCH>/boot/<vendor>/dts}
+    \item \code{arch/<ARCH>/boot/dts/<vendor>/}
     \item \code{arch/arm/boot/dts} (on ARM 32 architecture before Linux 6.5)
     \item $\approx$ 4500 Device Tree Source files (\code{.dts} and
           \code{.dtsi}) in Linux as of 6.0.




More information about the training-materials-updates mailing list