[U-Boot] [PATCH v2 7/7] OMAP3: mvblx: Initial support for mvBlueLYNX-X

Igor Grinberg grinberg at compulab.co.il
Wed Jul 27 11:57:48 CEST 2011


Hi Michael,


On 07/18/11 18:00, Michael Jones wrote:
> Add support for the MATRIX VISION mvBlueLYNX-X, an OMAP3-based
> intelligent camera.
>
> Signed-off-by: Michael Jones <michael.jones at matrix-vision.de>
> ---
> Changes for v2:
>   - None. Resubmitting to include custodian in cc:

[...]

> new file mode 100644
> index 0000000..1b8a005
> --- /dev/null
> +++ b/board/matrix_vision/mvblx/mvblx.c

[...]

> +
> +/*
> + * Routine: board_init
> + * Description: Early hardware init.
> + */
> +int board_init(void)
> +{
> +	gpmc_init();	/* in SRAM or SDRAM, finish GPMC */
> +	/* board id for Linux */
> +	gd->bd->bi_arch_number = MACH_TYPE_MVBLX;

This should be done in the board config file.
Please, see the CONFIG_MACH_TYPE in the U-Boot documentation (README file).


-- 
Regards,
Igor.



More information about the U-Boot mailing list