* Tony Lindgren <tony@xxxxxxxxxxx> [110214 17:52]: > * Tony Lindgren <tony@xxxxxxxxxxx> [110214 15:51]: > > With the early init changes we just want to map IO in map_io. > > Both omap2_check_revision and omap_sram_init can be moved to > > happen later in omap2_init_common_infrastructure. > > > > Note that now we can now remove _omap2_map_common_io and remove > > the extra flushes too as devicemaps_init will take care of it. > > Hmm this one seems to need a bit more work, won't work on 2420. That's because calling iotable_init after bootmem_init will skip calling arm_bootmem_init and the new memblock_region we never call reserve_bootmem on the new entry. So let's skip this for now. If we want to do SoC detection and SRAM init later during the boot, we'd have to allocate SRAM the same way as dma-mapping and ioremap code does. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html