Hi Dirk,
> > +}
> > +
> > +static struct omap_board_config_kernel omap3_beagle_config[] __initdata
> = {
> > + {OMAP_TAG_UART, &omap3_beagle_uart_config },
> > +};
> > +
> > +static void __init omap3_beagle_init(void)
> > +{
> > + omap_board_config = omap3_beagle_config;
> > + omap_board_config_size = ARRAY_SIZE(omap3_beagle_config);
> > + omap_serial_init();
>
> Do you like to add here MMC and USB init like recently proposed by
> Koen Kooi?
>
They are any ways adding new functionality we can bring them in as new patches.
Just trying to avoid another round of testing :)
> If I understand correctly, these patches currently won't boot on
> BeagleBoard if MMC and USB are missing?
>
I have tried with Ramdisk. Kernel boots on Beagle with out USB and MMC.
Regards,
Khasim
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html