[FE training-materials-updates] sysdev-bootloaders-u-boot: fix nasty typo

Alexandre Belloni alexandre.belloni at free-electrons.com
Mon Aug 11 21:12:17 CEST 2014


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

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

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

commit 68a7fecc0512cdf56f62812ef0b7eae30f636cca
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Mon Aug 11 21:11:34 2014 +0200

    sysdev-bootloaders-u-boot: fix nasty typo
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


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

68a7fecc0512cdf56f62812ef0b7eae30f636cca
 .../sysdev-bootloaders-u-boot.tex                  |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex b/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
index be2a3ae..03a912c 100644
--- a/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
+++ b/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
@@ -272,7 +272,7 @@ stdin=serial
 stdout=serial
 stderr=serial
 u-boot # printenv serverip
-serverip=10.0.0.2
+serverip=10.0.0.1
 u-boot # setenv serverip 10.0.0.100
 u-boot # saveenv
 \end{verbatim}



More information about the training-materials-updates mailing list