[bootlin/training-materials updates] master: kernel: Rename customboneblack into boneblack-custom (3ce7d151)

Miquel Raynal miquel.raynal at bootlin.com
Fri Mar 17 15:34:05 CET 2023


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

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

commit 3ce7d1516d4c5037089477f88673afd758a38e4b
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri Mar 17 15:33:55 2023 +0100

    kernel: Rename customboneblack into boneblack-custom
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

3ce7d1516d4c5037089477f88673afd758a38e4b
 labs/kernel-i2c-describing-hardware/kernel-i2c-describing-hardware.tex | 2 +-
 labs/kernel-serial-iomem/kernel-serial-iomem.tex                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/kernel-i2c-describing-hardware/kernel-i2c-describing-hardware.tex b/labs/kernel-i2c-describing-hardware/kernel-i2c-describing-hardware.tex
index 95316ab5..d827cefe 100644
--- a/labs/kernel-i2c-describing-hardware/kernel-i2c-describing-hardware.tex
+++ b/labs/kernel-i2c-describing-hardware/kernel-i2c-describing-hardware.tex
@@ -33,7 +33,7 @@ The easiest way to customize the board DTS is to create a new DTS file
 that includes the Beaglebone Black or Black Wireless DTS, and add
 its own definitions.
 
-So, create a new \code{am335x-customboneblack.dts} file in which you
+So, create a new \code{am335x-boneblack-custom.dts} file in which you
 just include the regular board DTS file. We will add further definitions
 in the next sections.
 
diff --git a/labs/kernel-serial-iomem/kernel-serial-iomem.tex b/labs/kernel-serial-iomem/kernel-serial-iomem.tex
index d4ce0bf9..0b7f2ddd 100644
--- a/labs/kernel-serial-iomem/kernel-serial-iomem.tex
+++ b/labs/kernel-serial-iomem/kernel-serial-iomem.tex
@@ -45,7 +45,7 @@ as for the cable that you're using for the console:
 \end{itemize}
 
 Now, create again a new
-\code{arch/arm/boot/dts/am335x-customboneblack.dts} file including
+\code{arch/arm/boot/dts/am335x-boneblack-custom.dts} file including
 the standard board DTS file and create a pin muxing section with
 declarations for UART2 and UART4.
 




More information about the training-materials-updates mailing list