[bootlin/training-materials updates] master: labs/buildroot-basic-stm32: fix SPL location (59ddf3c9)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Jan 17 12:02:32 CET 2023


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

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

commit 59ddf3c95a9a413d4e3a2ee57d846fc57dd056bf
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Tue Jan 17 12:02:03 2023 +0100

    labs/buildroot-basic-stm32: fix SPL location
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

59ddf3c95a9a413d4e3a2ee57d846fc57dd056bf
 labs/buildroot-basic-stm32/buildroot-basic-stm32.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/buildroot-basic-stm32/buildroot-basic-stm32.tex b/labs/buildroot-basic-stm32/buildroot-basic-stm32.tex
index 61e8bf79..d1b13f4f 100644
--- a/labs/buildroot-basic-stm32/buildroot-basic-stm32.tex
+++ b/labs/buildroot-basic-stm32/buildroot-basic-stm32.tex
@@ -235,7 +235,7 @@ Now, let's do the configuration:
     \code{DEVICE_TREE=stm32mp157a-dk1} as \code{Custom make options}
 
   \item U-Boot on STM32MP1 is split in two parts: the first stage
-    bootloader called \code{spl/u-boot-spl.stm32} and the second stage
+    bootloader called \code{u-boot-spl.stm32} and the second stage
     bootloader called \code{u-boot.img}. So, select \code{u-boot.img}
     as the \code{U-Boot binary format}, enable \code{Install U-Boot
       SPL binary image} and use \code{u-boot-spl.stm32} as the




More information about the training-materials-updates mailing list