diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2017-02-23 18:04:45 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2017-02-23 18:04:45 +0000 |
commit | 2d896b454a0e19ec4c1ddbb0e0b65b7e54fcedf3 (patch) | |
tree | e70a16f4682d29a2ffaeb99977faa44bb8942706 /default-configs/mips64el-softmmu.mak | |
parent | 10f25e4844cb9b3f02fb032f88051dd5b65b4206 (diff) |
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 'default-configs/mips64el-softmmu.mak')
-rw-r--r-- | default-configs/mips64el-softmmu.mak | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/default-configs/mips64el-softmmu.mak b/default-configs/mips64el-softmmu.mak index c2ae313f47..485e218cfc 100644 --- a/default-configs/mips64el-softmmu.mak +++ b/default-configs/mips64el-softmmu.mak @@ -10,6 +10,3 @@ CONFIG_JAZZ=y CONFIG_G364FB=y CONFIG_JAZZ_LED=y CONFIG_VT82C686=y -CONFIG_MIPS_BOSTON=y -CONFIG_FITLOADER=y -CONFIG_PCI_XILINX=y |