mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Remove redundant ram_require machine properly.
Signed-off-by: Paul Brook <paul@codesourcery.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7090 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a0b753dfd3
commit
190cd0215b
31 changed files with 0 additions and 63 deletions
|
@ -349,7 +349,6 @@ QEMUMachine ref405ep_machine = {
|
|||
.name = "ref405ep",
|
||||
.desc = "ref405ep",
|
||||
.init = ref405ep_init,
|
||||
.ram_require = (128 * 1024 * 1024 + 4096 + 512 * 1024 + BIOS_SIZE) | RAMSIZE_FIXED,
|
||||
};
|
||||
|
||||
/*****************************************************************************/
|
||||
|
@ -630,5 +629,4 @@ QEMUMachine taihu_machine = {
|
|||
"taihu",
|
||||
"taihu",
|
||||
taihu_405ep_init,
|
||||
(128 * 1024 * 1024 + 4096 + BIOS_SIZE + 32 * 1024 * 1024) | RAMSIZE_FIXED,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue