[FE training-materials-updates] Boot time slides: fix typo

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri May 2 01:15:05 CEST 2014


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

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

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

commit 708d1cd40325afd84d4e9e19affb10fce1cd0abe
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Apr 28 20:03:32 2014 +0200

    Boot time slides: fix typo
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

708d1cd40325afd84d4e9e19affb10fce1cd0abe
 slides/boottime-bootloader/boottime-bootloader.tex |    2 +-
 slides/boottime-kernel/boottime-kernel.tex         |    3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/slides/boottime-bootloader/boottime-bootloader.tex b/slides/boottime-bootloader/boottime-bootloader.tex
index 7c177c3..febb1ab 100644
--- a/slides/boottime-bootloader/boottime-bootloader.tex
+++ b/slides/boottime-bootloader/boottime-bootloader.tex
@@ -234,7 +234,7 @@ make
       \url{http://free-electrons.com/blog/starting-linux-directly-from-at91bootstrap3/}
 
 \item In our particular case, though, you will lose the
-      main advantages of using Barebox.  It is uses the CPU caches
+      main advantages of using Barebox.  It uses the CPU caches
       while loading the kernel.
 \end{itemize}
 \end{frame}
diff --git a/slides/boottime-kernel/boottime-kernel.tex b/slides/boottime-kernel/boottime-kernel.tex
index 3582cbb..65b5148 100644
--- a/slides/boottime-kernel/boottime-kernel.tex
+++ b/slides/boottime-kernel/boottime-kernel.tex
@@ -247,9 +247,6 @@ unnecessary features:
               significantly smaller kernel though.
         \item Try \code{CONFIG_CC_OPTIMIZE_FOR_SIZE=y}. This will have
               an impact on performance, you will have to benchmark.
-        \item Try to initialize less RAM by passing a \code{mem} value
-              on the kernel command line. The less RAM you need to
-              initialize, the faster you will boot.
 \end{itemize}
 \end{frame}
 



More information about the training-materials-updates mailing list