[FE training-materials-updates] sysdev: do not use genboardscfg.py

Antoine Ténart antoine.tenart at free-electrons.com
Mon Dec 14 16:07:41 CET 2015


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

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

commit 7b1c00b37800689359ebc7737b471b21a158855b
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Mon Nov 23 17:16:35 2015 +0100

    sysdev: do not use genboardscfg.py
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


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

7b1c00b37800689359ebc7737b471b21a158855b
 labs/sysdev-u-boot/sysdev-u-boot.tex                           | 3 ---
 slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex | 5 +----
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index e003261..c2efcf3 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -217,9 +217,6 @@ Basically, you need to:
 
 \item Set the \code{CROSS_COMPILE} environment variable;
 
-\item Run \code{./tools/genboardscfg.py} to generate the
-  \code{boards.cfg} file;
-
 \item Run \code{make <NAME>_config}, where \code{<NAME>} is the name
   of your board as declared in \code{boards.cfg}. There are
   two flavors of the Xplained configuration: one to run from the SD card
diff --git a/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex b/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
index ccf3be3..b52c762 100644
--- a/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
+++ b/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
@@ -36,10 +36,7 @@
   \item Assuming that your board is already supported by U-Boot, there
     should be one entry corresponding to your board in the
     \code{boards.cfg} file.
-    \begin{itemize}
-    \item Run \code{./tools/genboardscfg.py} to generate it.
-    \item Or just look in the \code{configs/} directory.
-    \end{itemize}
+  \item Or just look in the \code{configs/} directory.
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list