[bootlin/training-materials updates] master: boot-time slides: fix Elixir link (c397fea4)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Jun 7 15:41:58 CEST 2023


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

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

commit c397fea4b2f1714e8d9e1ba5209269f655fe3eac
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Jun 7 15:41:58 2023 +0200

    boot-time slides: fix Elixir link
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

c397fea4b2f1714e8d9e1ba5209269f655fe3eac
 slides/boot-time-u-boot-falcon-mode/boot-time-u-boot-falcon-mode.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 5f012e8e..750cacc0 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
@@ -360,7 +360,7 @@ which ones are missing at compile time.
 	U-Boot configuration (starting from
         \code{sama5d3_xplained_mmc_defconfig}):\\
 	\projconfigval{u-boot}{CONFIG_SPL_OS_BOOT}{y}\\
-	\projconfigval{u-boot}{SPL_SIZE_LIMIT}{0x10000}\\
+	\projconfigval{u-boot}{CONFIG_SPL_SIZE_LIMIT}{0x10000}\\
 	\projconfigval{u-boot}{CONFIG_SPL_LEGACY_IMAGE_SUPPORT}{y}\\
 	\projconfigval{u-boot}{CONFIG_SPL_MMC_SUPPORT}{y}\\
 	\projconfigval{u-boot}{CONFIG_CMD_SPL}{y}\\
@@ -495,7 +495,7 @@ mmc0 is current device
 	\footnotesize
 	U-Boot configuration\\
 	\projconfigval{u-boot}{CONFIG_SPL_OS_BOOT}{y}
-	\projconfigval{u-boot}{SPL_SIZE_LIMIT}{0x10000}
+	\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}\\




More information about the training-materials-updates mailing list