[FE training-materials-updates] U-Boot lab: Fixed a typo in the rule for building the igep board

Gregory Clement gregory.clement at free-electrons.com
Tue Nov 19 09:08:39 CET 2013


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

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

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

commit bb33778f0c9caadc68eed07691cb272ee35c8e41
Author: Gregory CLEMENT <gregory.clement at free-electrons.com>
Date:   Tue Nov 19 09:08:14 2013 +0100

    U-Boot lab: Fixed a typo in the rule for building the igep board
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>


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

bb33778f0c9caadc68eed07691cb272ee35c8e41
 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 ce86575..a7b08ff 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -139,7 +139,7 @@ Basically, you need to:
   of your board as declared in the \code{boards.cfg} file. There are
   two flavors of the IGEPv2: since the RevC6 they use a NAND flash
   (\code{igep0020_nand}) and before this revision they were a OneNAND flash
-  (\code{igep00200}). Note that for our platform, the configuration
+  (\code{igep0020}). Note that for our platform, the configuration
   file is \code{include/configs/igep00x0.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