summaryrefslogtreecommitdiff
path: root/configs/qemu_ppc_virtex_ml507_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-10-20 08:41:55 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-10-24 23:51:14 +0200
commitf688bc980f862f8c03e9756e767a822afc9a5f21 (patch)
tree81f5960698a01ecf0e79e66ceec75176365129ce /configs/qemu_ppc_virtex_ml507_defconfig
parentab88446507c7816899787d5a02e9d7098350090d (diff)
configs/qemu-ppc-virtex-ml507: remove stray qemu-system entries
Removed unused config entries that sneaked in from commit a8956b2b53cad04ddcb56f3d3e2dcf8f6051c77a Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/qemu_ppc_virtex_ml507_defconfig')
-rw-r--r--configs/qemu_ppc_virtex_ml507_defconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/qemu_ppc_virtex_ml507_defconfig b/configs/qemu_ppc_virtex_ml507_defconfig
index bd7ab5cbc..b6cea31aa 100644
--- a/configs/qemu_ppc_virtex_ml507_defconfig
+++ b/configs/qemu_ppc_virtex_ml507_defconfig
@@ -22,8 +22,3 @@ BR2_LINUX_KERNEL_DEFCONFIG="44x/virtex5"
BR2_LINUX_KERNEL_VMLINUX=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="virtex440-ml507"
-
-# Qemu
-BR2_PACKAGE_HOST_QEMU_SYSTEM=y
-BR2_PACKAGE_HOST_QEMU_SYSTEM_VERSION="2.1.2"
-BR2_PACKAGE_HOST_QEMU_SYSTEM_ARGS="-M virtex-ml507 -kernel output/images/vmlinux -m 256 -append 'console=ttyS0' -display none -nographic -dtb output/images/virtex440-ml507.dtb"