[bootlin/training-materials updates] master: Bootloaders: fix typo (86b7b9b9)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Sep 23 15:12:40 CEST 2021


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

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

commit 86b7b9b9af7814da8143ceb83029bf65e5dbd415
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Sep 23 15:12:40 2021 +0200

    Bootloaders: fix typo
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

86b7b9b9af7814da8143ceb83029bf65e5dbd415
 slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex b/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
index bb36fd5b..f95e096a 100644
--- a/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
+++ b/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
@@ -96,7 +96,7 @@
     \begin{itemize}
     \item Limited in size due to hardware constraints (SRAM size)
     \item Provided either by U-Boot (called {\em Secondary Program Loader
-          - SPL}), or by the CPU vendor (usefully open-source).
+          - SPL}), or by the CPU vendor (usually open-source).
     \end{itemize}
   \item This first stage bootloader must initialize DRAM and other
     hardware devices and load a second stage bootloader into DRAM




More information about the training-materials-updates mailing list