[bootlin/training-materials updates] master: Boot time: add some Elixir links (edb51637)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Aug 20 15:08:26 CEST 2020


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

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

commit edb516379816982fb1f0515c0cb6c36151d59545
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Aug 20 15:08:26 2020 +0200

    Boot time: add some Elixir links
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

edb516379816982fb1f0515c0cb6c36151d59545
 labs/boot-time-bootloader/boot-time-bootloader.tex   | 4 ++--
 slides/boot-time-bootloader/boot-time-bootloader.tex | 2 +-
 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 91503af8..e57131f9 100644
--- a/labs/boot-time-bootloader/boot-time-bootloader.tex
+++ b/labs/boot-time-bootloader/boot-time-bootloader.tex
@@ -97,8 +97,8 @@ Linux kernel from its first stage (SPL), instead of loading U-Boot.
 
 What follows is based on U-Boot's own documentation in its sources:
 \begin{itemize}
-\item \code{doc/README.falcon} (generic details)
-\item \code{board/ti/am335x/README} (specific details for boards with
+\item \projfile{u-boot}{doc/README.falcon} (generic details)
+\item \projfile{u-boot}{board/ti/am335x/README} (specific details for boards with
       the am335x SoC)
 \end{itemize}
 
diff --git a/slides/boot-time-bootloader/boot-time-bootloader.tex b/slides/boot-time-bootloader/boot-time-bootloader.tex
index bec0194c..b70fb138 100644
--- a/slides/boot-time-bootloader/boot-time-bootloader.tex
+++ b/slides/boot-time-bootloader/boot-time-bootloader.tex
@@ -183,7 +183,7 @@ A generic solution!
 \item U-Boot is split in two parts: the SPL (Secondary Program Loader)
       and the U-Boot image. U-Boot can then configure the SPL to load
       the Linux kernel directly, instead of the U-Boot image.\\
-      See \code{doc/README.falcon} for details and
+      See \projfile{u-boot}{doc/README.falcon} for details and
       \url{http://schedule2012.rmll.info/IMG/pdf/LSM2012_UbootFalconMode_Babic.pdf}
       for the original presentation.
 \item This is supported in the same way on all the boards with U-Boot




More information about the training-materials-updates mailing list