[bootlin/training-materials updates] master: kernel: porting: Smoother transition with the Marvell board (9c775541)

Miquel Raynal miquel.raynal at bootlin.com
Fri Jun 25 14:39:49 CEST 2021


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

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

commit 9c7755411adbe4f12cff42f9ad55a9612abc50d6
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri Jun 25 14:39:40 2021 +0200

    kernel: porting: Smoother transition with the Marvell board
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

9c7755411adbe4f12cff42f9ad55a9612abc50d6
 slides/kernel-porting-content/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 6680bff4..213ea70e 100644
--- a/slides/kernel-porting-content/kernel-porting-content.tex
+++ b/slides/kernel-porting-content/kernel-porting-content.tex
@@ -342,8 +342,8 @@ dtb-$(CONFIG_ARCH_MXS) +=
 \begin{frame}
   \frametitle{Understanding the SoC support}
   \begin{itemize}
-  \item Let's consider another ARM platform here, the Marvell Armada
-    370/XP.
+  \item Let's consider another ARM platform here for the kernel side of
+    the support: the Marvell Armada 370/XP.
   \item For this platform, the core of the SoC support is located in
     \kdir{arch/arm/mach-mvebu}
   \item The \krelfile{arch/arm/mach-mvebu}{board-v7.c} file (see code on the next slide)




More information about the training-materials-updates mailing list