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

Gregory Clement gregory.clement at free-electrons.com
Mon Sep 8 21:48:29 CEST 2014


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

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

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

commit 6335b028dcdc8c9f3842f056b312831986461624
Author: Gregory CLEMENT <gregory.clement at free-electrons.com>
Date:   Mon Sep 8 17:06:12 2014 +0200

    sysdev-bootloaders-u-boot: fix a typo
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>


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

6335b028dcdc8c9f3842f056b312831986461624
 labs/sysdev-u-boot/sysdev-u-boot.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index f8825e4..a4429b8 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -302,8 +302,8 @@ setenv ipaddr 192.168.0.100
 setenv serverip 192.168.0.1
 \end{verbatim}
 
-The first time you use your board, you also need to send the MAC address
-in U-boot:
+The first time you use your board, you also need to set the MAC
+address in U-boot:
 
 \begin{verbatim}
 setenv ethaddr 00:01:02:03:04:05



More information about the training-materials-updates mailing list