[FE training-materials-updates] U-boot lab: minor improvements

Boris Brezillon boris.brezillon at free-electrons.com
Fri May 22 17:13:11 CEST 2015


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

On branch  : mtd-rework-WIP
Link       : http://git.free-electrons.com/training-materials/commit/?id=3938bd1caabc99e33c119d08b6a728fa5d3b8d31

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

commit 3938bd1caabc99e33c119d08b6a728fa5d3b8d31
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon May 18 18:00:01 2015 +0200

    U-boot lab: minor improvements
    
    - To at91bootstrap details
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

3938bd1caabc99e33c119d08b6a728fa5d3b8d31
 labs/sysdev-u-boot/sysdev-u-boot.tex | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index 75f3629..e6cb6c0 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -141,9 +141,10 @@ going to need a few pieces of information for this:
 You can get the list of the supported boards by listing the
 \code{board} directory. You'll see that in each of these folders, we
 have a bunch of \code{defconfig} files, that are the supported
-combinations. In our case, we will load U-Boot, from NAND flash.
+combinations. In our case, we will load U-Boot, from NAND flash
+(\code{nf} in the \code{defconfig} file names).
 
-Then, you've found the right \code{defconfig} file, load it using
+After finding the right \code{defconfig} file, load it using
 \code{make <defconfig_filename>} (just the file name, without
 the directory part).
 



More information about the training-materials-updates mailing list