[PATCH v7 3/4] TI816X: Create board support and enable build for TI816X EVM

Russell King - ARM Linux linux at arm.linux.org.uk
Tue Feb 15 13:01:39 EST 2011


On Tue, Feb 15, 2011 at 11:06:08PM +0530, Hemant Pedanekar wrote:
> +static void __init ti8168_evm_init_irq(void)
> +{
> +	omap_board_config = ti8168_evm_config;
> +	omap_board_config_size = ARRAY_SIZE(ti8168_evm_config);
> +	omap2_init_common_infrastructure();
> +	omap2_init_common_devices(NULL, NULL);
> +	omap_init_irq();
> +}

What here can use the new init_early hook in the machine record?



More information about the linux-arm-kernel mailing list