summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPeter Maydell2017-02-23 19:04:45 +0100
committerPeter Maydell2017-02-23 19:04:45 +0100
commit2d896b454a0e19ec4c1ddbb0e0b65b7e54fcedf3 (patch)
treee70a16f4682d29a2ffaeb99977faa44bb8942706 /configure
parentMerge remote-tracking branch 'remotes/yongbok/tags/mips-20170222' into staging (diff)
downloadqemu-2d896b454a0e19ec4c1ddbb0e0b65b7e54fcedf3.tar.gz
qemu-2d896b454a0e19ec4c1ddbb0e0b65b7e54fcedf3.tar.xz
qemu-2d896b454a0e19ec4c1ddbb0e0b65b7e54fcedf3.zip
Revert "hw/mips: MIPS Boston board support"
This reverts commit d3473e147a754e999718bf6fcb015d9978c6a1ee. This commit creates a board which defaults to having 2GB of RAM. Unfortunately on 32-bit hosts we can't create boards with 2GB of RAM, and so 'make check' fails. I missed this during testing of the merge, unfortunately. Luckily the offending commit is the last one in the merge request, so we can just revert it for now. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8e8f18de1e..4b68861992 100755
--- a/configure
+++ b/configure
@@ -3378,7 +3378,7 @@ fi
fdt_required=no
for target in $target_list; do
case $target in
- aarch64*-softmmu|arm*-softmmu|ppc*-softmmu|microblaze*-softmmu|mips64el-softmmu)
+ aarch64*-softmmu|arm*-softmmu|ppc*-softmmu|microblaze*-softmmu)
fdt_required=yes
;;
esac