[bootlin/training-materials updates] master: slides/sysdev-bootloaders-sequence: fix typo (3835cf8b)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Jan 16 15:43:35 CET 2023


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

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

commit 3835cf8bb7c432e8643b41ebf6cfb46948787837
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Jan 16 15:43:35 2023 +0100

    slides/sysdev-bootloaders-sequence: fix typo
    
    External RAM is not SRAM, of course
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

3835cf8bb7c432e8643b41ebf6cfb46948787837
 slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex b/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
index 296473f2..cfec66e1 100644
--- a/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
+++ b/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
@@ -172,8 +172,8 @@
     \begin{itemize}
     \item Limited size of the bootloader, due to the size of the SRAM
     \item Forces the boot process to be split in two steps: first
-      stage bootloader (small, runs from SRAM, initializes external SRAM),
-      second stage bootloader (larger, runs from external SRAM)
+      stage bootloader (small, runs from SRAM, initializes external DRAM),
+      second stage bootloader (larger, runs from external DRAM)
     \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list