From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Wed, 27 Jul 2011 12:57:48 +0300 Subject: [U-Boot] [PATCH v2 7/7] OMAP3: mvblx: Initial support for mvBlueLYNX-X In-Reply-To: <1311001208-8167-1-git-send-email-michael.jones@matrix-vision.de> References: <1310720986-5474-8-git-send-email-michael.jones@matrix-vision.de> <1311001208-8167-1-git-send-email-michael.jones@matrix-vision.de> Message-ID: <4E2FE11C.9040309@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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.