[bootlin/training-materials updates] master: labs/sysdev-u-boot-stm32: switch to an enumerate instead of an itemize (41317621)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Jan 28 13:52:00 CET 2020


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

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

commit 4131762199f76f3ae6a4e07f8909b00370410176
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Tue Jan 28 13:52:00 2020 +0100

    labs/sysdev-u-boot-stm32: switch to an enumerate instead of an itemize
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

4131762199f76f3ae6a4e07f8909b00370410176
 labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex b/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
index 38813d49..57f53234 100644
--- a/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
+++ b/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
@@ -89,7 +89,7 @@ the Software} section.
 
 Basically, you need to:
 
-\begin{itemize}
+\begin{enumerate}
 
 \item Specify the cross-compiler prefix
 (the part before \code{gcc} in the cross-compiler executable name):
@@ -137,7 +137,7 @@ sudo apt install device-tree-compiler
   the specific board you are using, in our case,
   \code{stm32mp157c-dk2}
 
-\end{itemize}
+\end{enumerate}
 
 \section{Flashing U-Boot}
 




More information about the training-materials-updates mailing list