diff mbox series

[1/1] doc: qemu-mips build instructions

Message ID 20200727164609.4243-1-xypron.glpk@gmx.de
State Accepted
Commit 260ebed70441f251469549c6a7bc622a69b36b36
Delegated to: Daniel Schwierzeck
Headers show
Series [1/1] doc: qemu-mips build instructions | expand

Commit Message

Heinrich Schuchardt July 27, 2020, 4:46 p.m. UTC
Correct the make commands for the defconfigs.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 doc/board/emulation/qemu-mips.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--
2.20.1

Comments

Daniel Schwierzeck Aug. 3, 2020, 6:30 p.m. UTC | #1
> Correct the make commands for the defconfigs.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  doc/board/emulation/qemu-mips.rst | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> 

applied to u-boot-mips, thanks.
diff mbox series

Patch

diff --git a/doc/board/emulation/qemu-mips.rst b/doc/board/emulation/qemu-mips.rst
index f206039f54..d35925126a 100644
--- a/doc/board/emulation/qemu-mips.rst
+++ b/doc/board/emulation/qemu-mips.rst
@@ -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: