[FE training-materials-updates] Fixed board name for the Nand variant of IGEP

Gregory Clement gregory.clement at free-electrons.com
Mon Jun 10 16:41:58 CEST 2013


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

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

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

commit b44bc9b8d409c7299fbb890a2676fbffc2ed4257
Author: Gregory CLEMENT <gregory.clement at free-electrons.com>
Date:   Mon Jun 10 16:36:04 2013 +0200

    Fixed board name for the Nand variant of IGEP
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>


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

b44bc9b8d409c7299fbb890a2676fbffc2ed4257
 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 eae0516..24a7e23 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -125,7 +125,7 @@ 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 the IGEPv2: since the RevC6 they use a NAND flash
-  (\code{igep_0020_nand}) and before this revision they were a OneNAND flash
+  (\code{igep0020_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