diff options
Diffstat (limited to 'hw/palm.c')
| -rw-r--r-- | hw/palm.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/palm.c b/hw/palm.c index a0c714355e..0b504a9b0a 100644 --- a/hw/palm.c +++ b/hw/palm.c @@ -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) */ |