[bootlin/training-materials updates] master: boot-time: update U-Boot configuration parameter (f74fbcb1)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Jun 7 16:09:03 CEST 2023


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

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

commit f74fbcb1cb2b2535a451f85d96178e25f9e3bdf5
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Jun 7 16:09:03 2023 +0200

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


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

f74fbcb1cb2b2535a451f85d96178e25f9e3bdf5
 labs/boot-time-bootloader/boot-time-bootloader.tex                   | 2 +-
 slides/boot-time-u-boot-falcon-mode/boot-time-u-boot-falcon-mode.tex | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/boot-time-bootloader/boot-time-bootloader.tex b/labs/boot-time-bootloader/boot-time-bootloader.tex
index a4f9eacb..67948c3b 100644
--- a/labs/boot-time-bootloader/boot-time-bootloader.tex
+++ b/labs/boot-time-bootloader/boot-time-bootloader.tex
@@ -87,7 +87,7 @@ 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_SUPPORT}{y}).
+	    (\projconfigval{u-boot}{CONFIG_SPL_LEGACY_IMAGE_FORMAT}{y}).
             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}).
diff --git a/slides/boot-time-u-boot-falcon-mode/boot-time-u-boot-falcon-mode.tex b/slides/boot-time-u-boot-falcon-mode/boot-time-u-boot-falcon-mode.tex
index 750cacc0..035fb7fa 100644
--- a/slides/boot-time-u-boot-falcon-mode/boot-time-u-boot-falcon-mode.tex
+++ b/slides/boot-time-u-boot-falcon-mode/boot-time-u-boot-falcon-mode.tex
@@ -361,7 +361,7 @@ which ones are missing at compile time.
         \code{sama5d3_xplained_mmc_defconfig}):\\
 	\projconfigval{u-boot}{CONFIG_SPL_OS_BOOT}{y}\\
 	\projconfigval{u-boot}{CONFIG_SPL_SIZE_LIMIT}{0x10000}\\
-	\projconfigval{u-boot}{CONFIG_SPL_LEGACY_IMAGE_SUPPORT}{y}\\
+	\projconfigval{u-boot}{CONFIG_SPL_LEGACY_IMAGE_FORMAT}{y}\\
 	\projconfigval{u-boot}{CONFIG_SPL_MMC_SUPPORT}{y}\\
 	\projconfigval{u-boot}{CONFIG_CMD_SPL}{y}\\
 	\projconfigval{u-boot}{CONFIG_CMD_SPL_WRITE_SIZE}{0x7000}\\
@@ -498,7 +498,7 @@ mmc0 is current device
 	\projconfigval{u-boot}{CONFIG_SPL_SIZE_LIMIT}{0x10000}
 	\projconfigval{u-boot}{CONFIG_ENV_OFFSET}{0x160000}\\
 	\projconfigval{u-boot}{CONFIG_ENV_OFFSET_REDUND}{0x140000}\\
-	\projconfigval{u-boot}{CONFIG_SPL_LEGACY_IMAGE_SUPPORT}{y}\\
+	\projconfigval{u-boot}{CONFIG_SPL_LEGACY_IMAGE_FORMAT}{y}\\
 	\projconfigval{u-boot}{CONFIG_SPL_NAND_SUPPORT}{y}\\
 	\projconfigval{u-boot}{CONFIG_SPL_NAND_DRIVERS}{y}\\
 	\projconfigval{u-boot}{CONFIG_SPL_NAND_BASE}{y}\\




More information about the training-materials-updates mailing list