[FE training-materials-updates] Kernel slides: DTS - replace /include/ by #include

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Feb 4 13:43:31 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=554293ddbec60cfe843c8129d34fc736fbd09748

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

commit 554293ddbec60cfe843c8129d34fc736fbd09748
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Feb 4 13:42:41 2014 +0100

    Kernel slides: DTS - replace /include/ by #include
    
    - According to the latest versions of the code
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

554293ddbec60cfe843c8129d34fc736fbd09748
 .../kernel-porting-content.tex                     |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/kernel-porting-content/kernel-porting-content.tex b/slides/kernel-porting-content/kernel-porting-content.tex
index 14ff0a7..4831d54 100644
--- a/slides/kernel-porting-content/kernel-porting-content.tex
+++ b/slides/kernel-porting-content/kernel-porting-content.tex
@@ -149,7 +149,7 @@
     \begin{block}{} \mint[fontsize=\tiny]{perl}+/dts-v1/+ \end{block}
   \item Include the \code{.dtsi} file describing the SoC\\
     \begin{block}{}
-      \mint[fontsize=\tiny]{perl}+/include/ "im28.dtsi"+
+      \mint[fontsize=\tiny]{perl}+#include "im28.dtsi"+
     \end{block}
   \item Start the root of the tree\\
     \begin{block}{} \mint[fontsize=\tiny]{perl}+/ {+ \end{block}
@@ -335,7 +335,7 @@ i2c0: i2c at 80058000 {
     device tree also allows us to describe this, using includes. For
     example, the CFA-10057:
     \begin{block}{}
-      \mint[fontsize=\tiny]{perl}+/include/ "imx28-cfa10036.dts"+
+      \mint[fontsize=\tiny]{perl}+#include "imx28-cfa10036.dts"+
     \end{block}
   \item This allows to have a layered description. This can also be
     done for boards that have a lot in common, like the BeagleBone and



More information about the training-materials-updates mailing list