[bootlin/training-materials updates] master: boot-time labs: falcon mode: restore U-Boot configuration parameter (90568aea)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Jun 16 10:04:19 CEST 2023


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

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

commit 90568aea47ffae072262f3cc6102f77537df1582
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Jun 16 10:04:19 2023 +0200

    boot-time labs: falcon mode: restore U-Boot configuration parameter
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

90568aea47ffae072262f3cc6102f77537df1582
 labs/boot-time-bootloader/boot-time-bootloader.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/labs/boot-time-bootloader/boot-time-bootloader.tex b/labs/boot-time-bootloader/boot-time-bootloader.tex
index 802c6a9f..3d90fb32 100644
--- a/labs/boot-time-bootloader/boot-time-bootloader.tex
+++ b/labs/boot-time-bootloader/boot-time-bootloader.tex
@@ -71,7 +71,9 @@ U-Boot's \code{make menuconfig}:
 \item In the \code{SPL / TPL} menu,
       \begin{itemize}
       \item Enable {\em Support SPL loading and booting of Legacy images}
-	    (\projconfigval{u-boot}{CONFIG_SPL_LEGACY_IMAGE_FORMAT}{y}).
+	    (\code{CONFIG_SPL_LEGACY_IMAGE_SUPPORT=y}, now replaced by
+	    \projconfig{u-boot}{CONFIG_SPL_LEGACY_IMAGE_FORMAT} in the latest
+	    versions of U-Boot).
             That's needed to support loading the legacy \code{uImage} file.
       \item Also make sure \projconfigval{u-boot}{CONFIG_SPL_OS_BOOT}{y}
             ({\em Activate Falcon Mode}).




More information about the training-materials-updates mailing list