[FE training-materials-updates] Bootloader lab: minor font fix

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Dec 3 10:34:08 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=b42b7583799cca3d80a563be5a3c17e92cd110f6

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

commit b42b7583799cca3d80a563be5a3c17e92cd110f6
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Dec 3 10:33:20 2014 +0100

    Bootloader lab: minor font fix
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

b42b7583799cca3d80a563be5a3c17e92cd110f6
 labs/sysdev-u-boot/sysdev-u-boot.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index 07cd034..88d08ad 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -378,7 +378,7 @@ sudo service tftpd-hpa restart
 
 The \code{tftp} command should have downloaded
 the \code{textfile.txt} file from your development
-workstation into the board's memory at location 0x22000000 (this
+workstation into the board's memory at location \code{0x22000000} (this
 location is part of the board DRAM). You can verify that the download
 was successful by dumping the contents of the memory:
 



More information about the training-materials-updates mailing list