Syed Mohammed, Khasim wrote:
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 :)
Yes, okay, with below hint this makes sense.
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.
Ah, maybe I missed this hint. Yes, with ramdisk it will work. I think
Koen's issue yesterday was to mount MMC card and this confused me ;)
Thanks for clarification,
Dirk
--
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