[FE training-materials-updates] sysdev-u-boot: minor style fixes

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri May 31 18:03:18 CEST 2013


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

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

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

commit c3855cff6ecbad457b1b56c0834883d47a6e31fb
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Fri May 31 18:02:58 2013 +0200

    sysdev-u-boot: minor style fixes
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

c3855cff6ecbad457b1b56c0834883d47a6e31fb
 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 cf149e0..eae0516 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -124,8 +124,8 @@ Basically, you need to:
 
 \item run \code{make <NAME>_config}, where \code{<NAME>} is the name
   of your board as declared in the \code{boards.cfg} file. There are
-  two flavors of igep0020: since the rc6 they use a NAND
-  (\code{igep_0020_nand}) and before this revision they use a OneNAND
+  two flavors of the IGEPv2: since the RevC6 they use a NAND flash
+  (\code{igep_0020_nand}) and before this revision they were a OneNAND flash
   (\code{igep00200}). Note that for our platform, the configuration
   file is \code{include/configs/igep0020.h}. Read this file to get an
   idea of how a U-Boot configuration file is written;



More information about the training-materials-updates mailing list