[PATCH-V3 3/4] arm:omap:am33xx: Create board support and enable build for AM335XEVM

Tony Lindgren tony at atomide.com
Thu Oct 6 19:07:51 EDT 2011


* hvaibhav at ti.com <hvaibhav at ti.com> [110920 06:59]:
> From: Afzal Mohammed <afzal at ti.com>
> 
> This patch adds minimal support and build configuration for
> AM335X EVM.
...

> --- /dev/null
> +++ b/arch/arm/mach-omap2/board-am335xevm.c
> +
> +MACHINE_START(AM335XEVM, "am335xevm")
> +	/* Maintainer: Texas Instruments */
> +	.boot_params	= 0x80000100,
> +	.map_io		= am335x_evm_map_io,
> +	.init_early	= am335x_init_early,
> +	.init_irq	= ti816x_init_irq,
> +	.timer		= &omap3_timer,
> +	.init_machine	= am335x_evm_init,
> +MACHINE_END

Please just add the support into board-am3517evm.c, the board-*.c
files will be going away with device tree.

Regards,

Tony



More information about the linux-arm-kernel mailing list