summaryrefslogtreecommitdiffstats
path: root/arch/mips/boards/qemu-malta/qemu-malta.dox
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-06-17 10:27:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-26 10:09:52 +0200
commit98360be0fefd58bf27df03c47d887dd676a31d73 (patch)
tree76447f0ee3d99f3864bdfb9952178affb5dc9f76 /arch/mips/boards/qemu-malta/qemu-malta.dox
parent7b82f548580fb52023ed2116784632fd996a51fc (diff)
downloadbarebox-98360be0fefd58bf27df03c47d887dd676a31d73.tar.gz
barebox-98360be0fefd58bf27df03c47d887dd676a31d73.tar.xz
Documentation: remove doxygen documentation
The doxygen documentation is long outdated. Remove it. It will be replaced with sphinx based documentation later. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/boards/qemu-malta/qemu-malta.dox')
-rw-r--r--arch/mips/boards/qemu-malta/qemu-malta.dox20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/mips/boards/qemu-malta/qemu-malta.dox b/arch/mips/boards/qemu-malta/qemu-malta.dox
deleted file mode 100644
index bf10244585..0000000000
--- a/arch/mips/boards/qemu-malta/qemu-malta.dox
+++ /dev/null
@@ -1,20 +0,0 @@
-/** @page qemu_malta QEmu malta emulated board
-
-Specific to this emulated board is, it does not require any setup code to bring the SDRAM and RS232 up.
-
-Emulator run string:
-@verbatim
-qemu-system-mips -nodefaults -M malta -m 256 -nographic -serial stdio -monitor null -bios barebox-flash-image
-@endverbatim
-
-Also you can use GXemul:
-@verbatim
-gxemul -Q -x -e maltabe -M 256 0xbfc00000:barebox-flash-image
-@endverbatim
-
-Links:
-@li http://www.linux-mips.org/wiki/Mips_Malta
-@li http://www.qemu.org/
-@li http://gxemul.sourceforge.net/
-
-*/