diff options
Diffstat (limited to 'hw/nseries.c')
-rw-r--r-- | hw/nseries.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hw/nseries.c b/hw/nseries.c index b40004ffd6..17bcac6d73 100644 --- a/hw/nseries.c +++ b/hw/nseries.c @@ -1272,15 +1272,8 @@ static void n8x0_init(ram_addr_t ram_size, const char *boot_device, { struct n800_s *s = (struct n800_s *) qemu_mallocz(sizeof(*s)); int sdram_size = binfo->ram_size; - int onenandram_size = 0x00010000; DisplayState *ds; - if (ram_size < sdram_size + onenandram_size + OMAP242X_SRAM_SIZE) { - fprintf(stderr, "This architecture uses %i bytes of memory\n", - sdram_size + onenandram_size + OMAP242X_SRAM_SIZE); - exit(1); - } - s->cpu = omap2420_mpu_init(sdram_size, cpu_model); /* Setup peripherals |