
27 Jul
2011
27 Jul
'11
11:57 a.m.
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@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.