[bootlin/training-materials updates] master: Boot time labs: fix size info (44b136bf)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:36 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/44b136bf8dc84dbd2c6869f9370a1c7557b13f2c

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

commit 44b136bf8dc84dbd2c6869f9370a1c7557b13f2c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Apr 7 16:57:48 2021 +0200

    Boot time labs: fix size info
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

44b136bf8dc84dbd2c6869f9370a1c7557b13f2c
 slides/boot-time-toolchain2/boot-time-toolchain2.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/boot-time-toolchain2/boot-time-toolchain2.tex b/slides/boot-time-toolchain2/boot-time-toolchain2.tex
index b467811e..26e208c6 100644
--- a/slides/boot-time-toolchain2/boot-time-toolchain2.tex
+++ b/slides/boot-time-toolchain2/boot-time-toolchain2.tex
@@ -42,7 +42,7 @@ This gives you the best time that can possibly be achieved (with the fastest sto
 Replacing {\em uClibc} by {\em musl} in our video player lab, keeping
 {\em Thumb2}:
 \begin{itemize}
-   \item Total system size with {\em uClibc}: 17.3 MB
+   \item Total system size with {\em uClibc}: 14.3 MB
    \item Total system size with {\em Musl}: 14.4 MB
    \item uClibc saves 80 KB (useful), but otherwise no other significant change
     in filesystem and code size. Not a surprise when the system is mostly filled




More information about the training-materials-updates mailing list