]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: qemu-mips build instructions
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 27 Jul 2020 16:46:09 +0000 (18:46 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 3 Aug 2020 18:29:55 +0000 (20:29 +0200)
Correct the make commands for the defconfigs.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/board/emulation/qemu-mips.rst

index f206039f5483531b5d68a4d355d5958be53d2bb6..d35925126a548cfb83fe2ee6304a0f5e58d016e2 100644 (file)
@@ -29,28 +29,28 @@ Using u-boot.bin as ROM (replaces Qemu monitor):
 
 .. code-block:: bash
 
-   make qemu_mips
+   make qemu_mips_defconfig
    qemu-system-mips -M mips -bios u-boot.bin -nographic
 
 32 bit, little endian
 
 .. code-block:: bash
 
-   make qemu_mipsel
+   make qemu_mipsel_defconfig
    qemu-system-mipsel -M mips -bios u-boot.bin -nographic
 
 64 bit, big endian
 
 .. code-block:: bash
 
-   make qemu_mips64
+   make qemu_mips64_defconfig
    qemu-system-mips64 -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic
 
 64 bit, little endian
 
 .. code-block:: bash
 
-   make qemu_mips64el
+   make qemu_mips64el_defconfig
    qemu-system-mips64el -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic
 
 or using u-boot.bin from emulated flash: