[bootlin/training-materials updates] master: Minor alignment fix (8676f029)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Jul 29 15:07:39 CEST 2020


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

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

commit 8676f029c1196390761703e5e03ca0d988714a99
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Jul 29 15:07:39 2020 +0200

    Minor alignment fix
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

8676f029c1196390761703e5e03ca0d988714a99
 labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex b/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex
index a14e31f0..1eefe062 100644
--- a/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex
+++ b/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex
@@ -229,9 +229,9 @@ because of the need to bring up the network interface:
 
 \begin{verbatim}
 qemu-system-arm -M vexpress-a9 -m 128M -nographic \
-	-kernel u-boot-2020.04/u-boot \
-	-sd sd.img \
-        -net tap,script=/etc/qemu-myifup -net nic
+-kernel u-boot-2020.04/u-boot \
+-sd sd.img \
+-net tap,script=/etc/qemu-myifup -net nic
 \end{verbatim}
 
 Note the new net options:




More information about the training-materials-updates mailing list