[FE training-materials-updates] sysdev: update _config to _defconfig in U-Boot

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=047349600fe229a10773b672390a02fee9033237

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

commit 047349600fe229a10773b672390a02fee9033237
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Mon Nov 23 17:31:51 2015 +0100

    sysdev: update _config to _defconfig in U-Boot
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


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

047349600fe229a10773b672390a02fee9033237
 labs/sysdev-u-boot/sysdev-u-boot.tex                           | 4 ++--
 slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index 23bfe2c..c0b6d87 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -211,8 +211,8 @@ Basically, you need to:
 
 \item Set the \code{CROSS_COMPILE} environment variable;
 
-\item Run \code{make <NAME>_config}, where \code{<NAME>} is the name
-  of your board as declared in \code{boards.cfg}. There are
+\item Run \code{make <NAME>_defconfig}, 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
   (\code{sama5d3_xplained_mmc}) and one to run from the NAND flash
   (\code{sama5d3_xplained_nandflash}). Since we're going to boot on
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 1e8fa5e..cdfd3f7 100644
--- a/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
+++ b/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
@@ -90,7 +90,7 @@
   \begin{itemize}
   \item U-Boot must be configured before being compiled
     \begin{itemize}
-    \item \code{make BOARDNAME_config}
+    \item \code{make BOARDNAME_defconfig}
     \item Where \code{BOARDNAME} is the name of the board, as visible
       in the \code{boards.cfg} file (first column).
     \item New: you can now run \code{make menuconfig} to further




More information about the training-materials-updates mailing list