mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -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
|
@ -1398,12 +1398,10 @@ QEMUMachine lm3s811evb_machine = {
|
|||
.name = "lm3s811evb",
|
||||
.desc = "Stellaris LM3S811EVB",
|
||||
.init = lm3s811evb_init,
|
||||
.ram_require = (64 * 1024 + 8 * 1024) | RAMSIZE_FIXED,
|
||||
};
|
||||
|
||||
QEMUMachine lm3s6965evb_machine = {
|
||||
.name = "lm3s6965evb",
|
||||
.desc = "Stellaris LM3S6965EVB",
|
||||
.init = lm3s6965evb_init,
|
||||
.ram_require = (256 * 1024 + 64 * 1024) | RAMSIZE_FIXED,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue