public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/1] doc: qemu-mips build instructions
@ 2020-07-27 16:46 Heinrich Schuchardt
  2020-08-03 18:30 ` Daniel Schwierzeck
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2020-07-27 16:46 UTC (permalink / raw)
  To: u-boot

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(-)

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:
--
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 1/1] doc: qemu-mips build instructions
  2020-07-27 16:46 [PATCH 1/1] doc: qemu-mips build instructions Heinrich Schuchardt
@ 2020-08-03 18:30 ` Daniel Schwierzeck
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Schwierzeck @ 2020-08-03 18:30 UTC (permalink / raw)
  To: u-boot


> 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.

-- 
- Daniel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-03 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-27 16:46 [PATCH 1/1] doc: qemu-mips build instructions Heinrich Schuchardt
2020-08-03 18:30 ` Daniel Schwierzeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox