mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Remove more redundant ram size checks.
Signed-off-by: Paul Brook <paul@codesourcery.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7089 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
94a6b54fd6
commit
a0b753dfd3
6 changed files with 1 additions and 37 deletions
|
|
@ -216,12 +216,6 @@ static void palmte_init(ram_addr_t ram_size, int vga_ram_size,
|
|||
int rom_size, rom_loaded = 0;
|
||||
DisplayState *ds = get_displaystate();
|
||||
|
||||
if (ram_size < flash_size + sdram_size + OMAP15XX_SRAM_SIZE) {
|
||||
fprintf(stderr, "This architecture uses %i bytes of memory\n",
|
||||
flash_size + sdram_size + OMAP15XX_SRAM_SIZE);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
cpu = omap310_mpu_init(sdram_size, cpu_model);
|
||||
|
||||
/* External Flash (EMIFS) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue