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

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon May 18 18:01:04 CEST 2015


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

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

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

commit 04f87675ea089ce1500ff63139c2395f9d3776d7
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>


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

04f87675ea089ce1500ff63139c2395f9d3776d7
 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