[bootlin/training-materials updates] master: U-Boot QEMU labs: add Elixir links (92f0e394)

Michael Opdenacker michael.opdenacker at bootlin.com
Sun Nov 15 22:50:41 CET 2020


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

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

commit 92f0e39410cbff91dc4ef64814b12b135fefb97c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Sun Nov 15 22:50:41 2020 +0100

    U-Boot QEMU labs: add Elixir links
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

92f0e39410cbff91dc4ef64814b12b135fefb97c
 labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex b/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex
index 87f2fdbc..6bb28343 100644
--- a/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex
+++ b/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex
@@ -41,16 +41,16 @@ to further edit your bootloader features:
     uboot.env} in a FAT filesystem on an MMC/SD card, as our emulated
     machine won't have flash storage:
     \begin{itemize}
-    \item Unset \code{Environment in flash memory} (\code{CONFIG_ENV_IS_IN_FLASH})
-    \item Set \code{Environment is in a FAT filesystem} (\code{CONFIG_ENV_IS_IN_FAT})
-    \item Set \code{Name of the block device for the environment} (\code{CONFIG_ENV_FAT_INTERFACE}): \code{mmc}
+    \item Unset \code{Environment in flash memory} (\projconfig{u-boot}{CONFIG_ENV_IS_IN_FLASH})
+    \item Set \code{Environment is in a FAT filesystem} (\projconfig{u-boot}{CONFIG_ENV_IS_IN_FAT})
+    \item Set \code{Name of the block device for the environment} (\projconfig{u-boot}{CONFIG_ENV_FAT_INTERFACE}): \code{mmc}
     \item \code{Device and partition for where to store the environment in
-        FAT} (\code{CONFIG_ENV_FAT_DEVICE_AND_PART}): \code{0:1}\newline
+        FAT} (\projconfig{u-boot}{CONFIG_ENV_FAT_DEVICE_AND_PART}): \code{0:1}\newline
         The above two settings correspond to the arguments of the
         \code{fatload} command.
     \end{itemize}
-\item Also add support for the \code{editenv} (\code{CONFIG_CMD_EDITENV})
-    and \code{bootd} (which can be abbreviated as \code{boot}, \code{CONFIG_CMD_BOOTD})
+\item Also add support for the \code{editenv} (\projconfig{u-boot}{CONFIG_CMD_EDITENV})
+    and \code{bootd} (which can be abbreviated as \code{boot}, \projconfig{u-boot}{CONFIG_CMD_BOOTD})
     that are not present in the default configuration for our board.
 \end{itemize}
 




More information about the training-materials-updates mailing list